diff options
Diffstat (limited to 'layouts/partials/custom_head.html')
-rw-r--r-- | layouts/partials/custom_head.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html new file mode 100644 index 0000000..71cbf20 --- /dev/null +++ b/layouts/partials/custom_head.html @@ -0,0 +1,17 @@ +<style> + a { + color:#fa8c16; + text-decoration: none; + } + a:hover { + color:#d46b08; + text-decoration: dotted underline; + } + ul.blog-posts li a:visited { + color:#ffc069; + } + code { + color: black; + background-color: #ffc069; + } +</style> |