diff options
author | r <r@freesoftwareextremist.com> | 2022-01-27 10:53:18 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2022-01-27 10:53:18 +0000 |
commit | b8bab6fcf337e6c48437d45cf192e085e19cdf49 (patch) | |
tree | 538ef85d8a13a9f6a7fd470d9f637cfd841a73b5 /static | |
parent | fcb88c8a85fd2918c4c9e30c3ef49e716d77f2b0 (diff) | |
download | bloat-b8bab6fcf337e6c48437d45cf192e085e19cdf49.tar.gz bloat-b8bab6fcf337e6c48437d45cf192e085e19cdf49.zip |
Highlight quotes
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index cd7e98c..96c842f 100644 --- a/static/style.css +++ b/static/style.css @@ -575,6 +575,10 @@ kbd { position: fixed; } +.quote { + color: #789922; +} + .dark { background-color: #222222; background-image: none; |