diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-27 20:53:47 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-27 20:53:47 +0200 |
commit | 3e88163603ceefba6672635973fc9658e53f6a4a (patch) | |
tree | 4ad832ab4a034b2a8811aca3c9d1ffdd4d9b14cd /web/style/nodepage.css | |
parent | a1c3e743a79a95cdb30dda79820e1c0a01084d12 (diff) | |
download | jellything-3e88163603ceefba6672635973fc9658e53f6a4a.tar jellything-3e88163603ceefba6672635973fc9658e53f6a4a.tar.bz2 jellything-3e88163603ceefba6672635973fc9658e53f6a4a.tar.zst |
dedup some code for themes
Diffstat (limited to 'web/style/nodepage.css')
-rw-r--r-- | web/style/nodepage.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/style/nodepage.css b/web/style/nodepage.css index e40706e..2df7c13 100644 --- a/web/style/nodepage.css +++ b/web/style/nodepage.css @@ -60,6 +60,6 @@ font-weight: bolder; display: inline-block; padding: 0.2em; - background: #5a5a5a85; + background: var(--background-prop); border-radius: 4px; } |