diff options
| author | Paul Buetow <paul@buetow.org> | 2021-12-26 16:12:32 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-12-26 16:12:32 +0000 |
| commit | 1c8130afc01c27a5465289758cb29b2646911a32 (patch) | |
| tree | 76fcb95f9f890590b156a8398a2222c1d7737af3 | |
| parent | bb8ea164a610d97592d80e3cfee879974e5d06b6 (diff) | |
fix quite HTML color
| -rw-r--r-- | gemfeed/style.css | 2 | ||||
| -rw-r--r-- | style.css | 2 |
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 { @@ -47,7 +47,7 @@ a.textlink:before { } p.quote { - color: #174f14; + color: #ffffff; } p.quote:before { |
