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