summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-01-13 23:54:17 +0000
committerPaul Buetow <paul@buetow.org>2022-01-13 23:54:17 +0000
commit18892afa7b97f3cffc71462e99e69d775609c3af (patch)
treef242ab846e28b1a693c7bd1993fca36f03a22754 /style.css
parent34d6555bb0d8c46c977660c1af36e3cfb445818b (diff)
add mirrors to footer
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 8682def..686d63d 100644
--- a/style.css
+++ b/style.css
@@ -60,6 +60,10 @@ p.quote {
color: cyan;
}
+p.footer {
+ color: #ffa500;
+}
+
p.quote:before {
content: " « ";
padding-left: 2px;