summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-12-26 16:12:32 +0000
committerPaul Buetow <paul@buetow.org>2021-12-26 16:12:32 +0000
commit1c8130afc01c27a5465289758cb29b2646911a32 (patch)
tree76fcb95f9f890590b156a8398a2222c1d7737af3
parentbb8ea164a610d97592d80e3cfee879974e5d06b6 (diff)
fix quite HTML color
-rw-r--r--gemfeed/style.css2
-rw-r--r--style.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/gemfeed/style.css b/gemfeed/style.css
index 3823c459..e885ba15 100644
--- a/gemfeed/style.css
+++ b/gemfeed/style.css
@@ -47,7 +47,7 @@ a.textlink:before {
}
p.quote {
- color: #174f14;
+ color: #ffffff;
}
p.quote:before {
diff --git a/style.css b/style.css
index 3823c459..e885ba15 100644
--- a/style.css
+++ b/style.css
@@ -47,7 +47,7 @@ a.textlink:before {
}
p.quote {
- color: #174f14;
+ color: #ffffff;
}
p.quote:before {