diff options
author | metamuffin <metamuffin@disroot.org> | 2023-12-13 11:09:03 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-12-13 11:09:03 +0100 |
commit | d0c083cfa402bbc5a23cd1ece7274e33b35562c1 (patch) | |
tree | 8c67e57875d635c9fa3a5ddfb3e65f7a6dbafdfd /web/style/nodepage.css | |
parent | e1b06208ca4b8355726ecd95915d136a337c578b (diff) | |
download | jellything-d0c083cfa402bbc5a23cd1ece7274e33b35562c1.tar jellything-d0c083cfa402bbc5a23cd1ece7274e33b35562c1.tar.bz2 jellything-d0c083cfa402bbc5a23cd1ece7274e33b35562c1.tar.zst |
fix federation icon and add right margin to ::before icons
Diffstat (limited to 'web/style/nodepage.css')
-rw-r--r-- | web/style/nodepage.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/style/nodepage.css b/web/style/nodepage.css index 2d73ab7..3829fcd 100644 --- a/web/style/nodepage.css +++ b/web/style/nodepage.css @@ -68,5 +68,5 @@ background: rgba(68, 129, 49, 0.522); } .props p.federation::before { - content: "linked_services"; + content: "link"; } |