diff options
| author | Paul Buetow <paul@buetow.org> | 2021-12-26 16:12:06 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-12-26 16:12:06 +0000 |
| commit | a39045ed00a6a3db44cdcec89f287e84b12278fa (patch) | |
| tree | b57876c6119bffdd90ce36b1729d01384a4b4f79 /style.css | |
| parent | 1980759e95ab3c2a962e4291ed61f819f19965ec (diff) | |
fix quite HTML color
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ a.textlink:before { } p.quote { - color: #174f14; + color: #ffffff; } p.quote:before { |
