X-Git-Url: https://git.jsancho.org/?p=blog.git;a=blobdiff_plain;f=css%2Fcustom.css;h=2ea042a227755c3abd0dde341726ea4aa30286b5;hp=0f2a0c8952dd16750736d3b96be5ad39f7166fa3;hb=ac2f9b37051f24e6214268b5bc050a66f9b3e592;hpb=c1c59536eb431a37e96685f67d9fd622dc7a454c diff --git a/css/custom.css b/css/custom.css index 0f2a0c8..2ea042a 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,3 +1,11 @@ -.highlight { - color: #f8f8f2; +.navigation-bar { + background-color: #e95420; +} + +#page-content > section[role="main"] a:hover { + color: #d63023; +} + +#page-content > section[role="main"] a { + color: #e95420; }