diff options
author | metamuffin <metamuffin@disroot.org> | 2023-12-12 12:24:11 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-12-12 12:24:11 +0100 |
commit | 772f779f6b11ca0c3e08e73284de3c5e594f9ee1 (patch) | |
tree | 60063817f17be8866b424be9d9a999349fb39d12 /web/style | |
parent | e8b8edca1a4f486e45f36b30b88e9717bdaef106 (diff) | |
download | jellything-772f779f6b11ca0c3e08e73284de3c5e594f9ee1.tar jellything-772f779f6b11ca0c3e08e73284de3c5e594f9ee1.tar.bz2 jellything-772f779f6b11ca0c3e08e73284de3c5e594f9ee1.tar.zst |
show federation property
Diffstat (limited to 'web/style')
-rw-r--r-- | web/style/nodepage.css | 3 |
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); +} |