summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcflip <36554078+cflip@users.noreply.github.com>2021-04-14 18:14:57 -0600
committercflip <36554078+cflip@users.noreply.github.com>2021-04-14 18:14:57 -0600
commit9a3e01d5568211c2196074ca8b9d0d0b6239cafa (patch)
tree915bf7bd283d110d8876946cc0fdac28cac93b57
parent06e2215c206ae8c50a2eb01ec8bb063f82099540 (diff)
Fix <small> colours in post headers
-rw-r--r--styles/style.css4
1 files changed, 4 insertions, 0 deletions
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;