From 9a3e01d5568211c2196074ca8b9d0d0b6239cafa Mon Sep 17 00:00:00 2001 From: cflip <36554078+cflip@users.noreply.github.com> Date: Wed, 14 Apr 2021 18:14:57 -0600 Subject: Fix colours in post headers --- styles/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/style.css b/styles/style.css index a24fbd9..92090c0 100644 --- a/styles/style.css +++ b/styles/style.css @@ -13,6 +13,10 @@ small { color: #333; } +.header > small { + color: #bde; +} + a:hover { color:#373737; text-decoration: none; -- cgit v1.2.3