diff options
Diffstat (limited to 'styles/style.css')
-rw-r--r-- | styles/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/styles/style.css b/styles/style.css index 29ed200..8177684 100644 --- a/styles/style.css +++ b/styles/style.css @@ -55,6 +55,16 @@ a:hover { text-decoration: none; } +th a { + color: white; + font-style: italic; +} + +th a:hover { + color:#ddd; + text-decoration: none; +} + #title { color: #eee; margin: 20px; |