From 7ebd3e341eca0eb01c1a93e6f3f2007218c0d8cc Mon Sep 17 00:00:00 2001 From: Cflip <36554078+cflip@users.noreply.github.com> Date: Mon, 25 Jan 2021 20:44:13 -0700 Subject: Add page to show all posts --- styles/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'styles/style.css') 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; -- cgit v1.2.3