diff options
author | June McEnroe <june@causal.agency> | 2020-07-11 18:58:54 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-11 18:58:54 -0400 |
commit | 3d1498840721966678e6a90324ad9f821a634f0c (patch) | |
tree | 9b63b0af4e9a106350a0a4889c1a8705f81e96c8 | |
parent | Fix search query (diff) | |
download | scooper-3d1498840721966678e6a90324ad9f821a634f0c.tar.gz scooper-3d1498840721966678e6a90324ad9f821a634f0c.zip |
Dim search result context links
Diffstat (limited to '')
-rw-r--r-- | default.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/default.css b/default.css index 768def3..f99f9ac 100644 --- a/default.css +++ b/default.css @@ -81,6 +81,10 @@ tr:target td.time a { text-decoration: underline; } +td.network a, td.context a { + color: var(--dim); +} + td.nick { text-align: right; } |