X-Git-Url: https://git.jsancho.org/?p=blog.git;a=blobdiff_plain;f=css%2Fcustom.css;h=4fb0c9ff0c60a264a4d4923c57f79ebc47cc0bbe;hp=0f2a0c8952dd16750736d3b96be5ad39f7166fa3;hb=fe004bf49bb0e14fdb9d09487b064008f42090bf;hpb=c1c59536eb431a37e96685f67d9fd622dc7a454c diff --git a/css/custom.css b/css/custom.css index 0f2a0c8..4fb0c9f 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,3 +1,16 @@ -.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; +} + +.image-left { + float: left; + margin: 0px 15px 15px 0px; }