diff options
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r-- | layouts/partials/head.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index ddbc6e9..eb2804a 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -20,19 +20,24 @@ display: none; overflow:auto; } + a { + text-decoration: none; + color: #357edd; + } #sidebar a { - text-shadow: 1px 3px 1px rgba(0,0,0,0.9); + text-shadow: 1px 2px 0px rgba(0,0,0,0.9); } .post-header { - text-shadow: 0 2px 1px rgba(0,0,0,0.9); + text-shadow: 1px 2px 1px rgba(0,0,0,0.9); } pre { background: #3f3f3f; color: #dcdcdc; padding: 0.5em;} + </style> <script> function w3_open() { |