diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-10-24 23:19:33 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-10-24 23:19:33 +0300 |
commit | 9dfd6aa77518b3a1e6bfd926a3b7719c32a8c97f (patch) | |
tree | d10fc76ef816160871e3955aa75821bc5d5088d4 /src/styles | |
parent | 4ca81621e5b31922565b4149ebad1deb5161071a (diff) |
use the new api
Diffstat (limited to 'src/styles')
-rw-r--r-- | src/styles/thread.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/styles/thread.css b/src/styles/thread.css index 2667d6f..74b4d2a 100644 --- a/src/styles/thread.css +++ b/src/styles/thread.css @@ -11,6 +11,9 @@ margin: 10px; background-color: white; } +.quote { + color: darkgreen; +} :target, .targeted { background-color: #ffa; } |