aboutsummaryrefslogtreecommitdiff
path: root/web/style/nodepage.css
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-12-12 12:24:11 +0100
committermetamuffin <metamuffin@disroot.org>2023-12-12 12:24:11 +0100
commit772f779f6b11ca0c3e08e73284de3c5e594f9ee1 (patch)
tree60063817f17be8866b424be9d9a999349fb39d12 /web/style/nodepage.css
parente8b8edca1a4f486e45f36b30b88e9717bdaef106 (diff)
downloadjellything-772f779f6b11ca0c3e08e73284de3c5e594f9ee1.tar
jellything-772f779f6b11ca0c3e08e73284de3c5e594f9ee1.tar.bz2
jellything-772f779f6b11ca0c3e08e73284de3c5e594f9ee1.tar.zst
show federation property
Diffstat (limited to 'web/style/nodepage.css')
-rw-r--r--web/style/nodepage.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/style/nodepage.css b/web/style/nodepage.css
index e1bf363..72a9ef1 100644
--- a/web/style/nodepage.css
+++ b/web/style/nodepage.css
@@ -64,3 +64,6 @@
background: var(--background-prop);
border-radius: 4px;
}
+.props p.federation {
+ background: rgba(68, 129, 49, 0.522);
+}