From 9dfd6aa77518b3a1e6bfd926a3b7719c32a8c97f Mon Sep 17 00:00:00 2001 From: kartofen Date: Mon, 24 Oct 2022 23:19:33 +0300 Subject: use the new api --- src/styles/thread.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/styles') 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; } -- cgit v1.2.3