diff options
author | Andrew Godwin | 2022-11-25 17:52:43 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-25 17:52:57 -0700 |
commit | 8ca36fd95800907a1c7f3c9efedd0085b8f0ec9b (patch) | |
tree | faf67cf203e54f5907839531112c3d5739fa5082 /static | |
parent | 2a8cb8f8617d618c8d2777cccd823b28a3edc812 (diff) | |
download | takahe-8ca36fd95800907a1c7f3c9efedd0085b8f0ec9b.tar.gz takahe-8ca36fd95800907a1c7f3c9efedd0085b8f0ec9b.tar.bz2 takahe-8ca36fd95800907a1c7f3c9efedd0085b8f0ec9b.zip |
Add federation admin page
Diffstat (limited to 'static')
-rw-r--r-- | static/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css index 737d9bf..dae2253 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -365,6 +365,10 @@ nav a i { margin: 0 5px 0 5px; } +.icon-menu .option .pill.bad { + background: var(--color-delete); +} + .handle { vertical-align: middle; display: inline-block; |