diff options
Diffstat (limited to 'share/style.css')
-rw-r--r-- | share/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/share/style.css b/share/style.css index 3d41f16..59001fd 100644 --- a/share/style.css +++ b/share/style.css @@ -115,3 +115,11 @@ ul.posts time { ul.posts li a:visited { color: #8b6fcb; } + +.toclink { + color: #222; +} + +.toclink:hover { + text-decoration: none; +} |