diff options
| author | winter | 2025-05-03 16:34:03 +0100 |
|---|---|---|
| committer | winter | 2025-05-03 16:34:03 +0100 |
| commit | 2f3377290a9478aff1c43558167fe8566787bc3a (patch) | |
| tree | 2d61d2d97fea8352d1aadbd8d97ff1f7186ccde6 /static/misc.css | |
| parent | 0310ab4e341365071d62e5449b31614022034b60 (diff) | |
add customisation setting for instance-wide css
Diffstat (limited to 'static/misc.css')
| -rw-r--r-- | static/misc.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/misc.css b/static/misc.css index f2d0555..8b619b9 100644 --- a/static/misc.css +++ b/static/misc.css @@ -110,6 +110,7 @@ span.unreadIndicator { li { display: inline-block; a { + display: block; background: var(--clr-secondary); color: var(--clr-foreground-on-secondary); padding: var(--spacing-single) var(--spacing-double); |
