X-Git-Url: https://git.jsancho.org/?p=blog.git;a=blobdiff_plain;f=css%2Fcustom.css;fp=css%2Fcustom.css;h=2ea042a227755c3abd0dde341726ea4aa30286b5;hp=0000000000000000000000000000000000000000;hb=ac2f9b37051f24e6214268b5bc050a66f9b3e592;hpb=4847e2c26207bfcf6a0a453782550966ce7b1827 diff --git a/css/custom.css b/css/custom.css new file mode 100644 index 0000000..2ea042a --- /dev/null +++ b/css/custom.css @@ -0,0 +1,11 @@ +.navigation-bar { + background-color: #e95420; +} + +#page-content > section[role="main"] a:hover { + color: #d63023; +} + +#page-content > section[role="main"] a { + color: #e95420; +}