diff options
author | Cflip <36554078+cflip@users.noreply.github.com> | 2021-01-25 20:44:13 -0700 |
---|---|---|
committer | Cflip <36554078+cflip@users.noreply.github.com> | 2021-01-25 20:44:13 -0700 |
commit | 7ebd3e341eca0eb01c1a93e6f3f2007218c0d8cc (patch) | |
tree | 441ba1f8b567eec054a32f203f5b85a50349dad7 /styles/style.css | |
parent | 3598ab4ca42d1caf759ba74dbafa175fb63b05d9 (diff) |
Add page to show all posts
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; |