From d0c083cfa402bbc5a23cd1ece7274e33b35562c1 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 13 Dec 2023 11:09:03 +0100 Subject: fix federation icon and add right margin to ::before icons --- web/style/layout.css | 3 +++ web/style/nodepage.css | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'web/style') diff --git a/web/style/layout.css b/web/style/layout.css index 9b0c64c..1ffcfa5 100644 --- a/web/style/layout.css +++ b/web/style/layout.css @@ -173,3 +173,6 @@ footer p { text-rendering: optimizeLegibility; font-feature-settings: "liga"; } +*::before { + margin-right: 3px; +} 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"; } -- cgit v1.2.3-70-g09d2