diff options
| author | metamuffin <metamuffin@disroot.org> | 2023-12-12 13:39:04 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2023-12-12 13:39:04 +0100 |
| commit | e1b06208ca4b8355726ecd95915d136a337c578b (patch) | |
| tree | 11e6ca5cb0b7a0ef9d62e6b238a6b27942d26c90 /web/style/nodepage.css | |
| parent | d103a619c8d94436fbf05c344d2eedb04e5c83f9 (diff) | |
| download | jellything-e1b06208ca4b8355726ecd95915d136a337c578b.tar jellything-e1b06208ca4b8355726ecd95915d136a337c578b.tar.bz2 jellything-e1b06208ca4b8355726ecd95915d136a337c578b.tar.zst | |
clean up some icon stuffs
Diffstat (limited to 'web/style/nodepage.css')
| -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 72a9ef1..2d73ab7 100644 --- a/web/style/nodepage.css +++ b/web/style/nodepage.css @@ -67,3 +67,6 @@ .props p.federation { background: rgba(68, 129, 49, 0.522); } +.props p.federation::before { + content: "linked_services"; +} |