aboutsummaryrefslogtreecommitdiff
path: root/web/style
diff options
context:
space:
mode:
Diffstat (limited to 'web/style')
-rw-r--r--web/style/layout.css6
-rw-r--r--web/style/nodepage.css3
2 files changed, 5 insertions, 4 deletions
diff --git a/web/style/layout.css b/web/style/layout.css
index ef151c4..9b0c64c 100644
--- a/web/style/layout.css
+++ b/web/style/layout.css
@@ -163,10 +163,8 @@ footer p {
content: "arrow_back";
}
-.cardhover.item .play,
-.page.node .title .play::before,
-.icon::before,
-.iicon {
+*::before,
+.icon {
font-family: "Material Icons";
line-height: 1;
font-size: 1.1em;
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";
+}