aboutsummaryrefslogtreecommitdiff
path: root/web/style
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-12-12 13:39:04 +0100
committermetamuffin <metamuffin@disroot.org>2023-12-12 13:39:04 +0100
commite1b06208ca4b8355726ecd95915d136a337c578b (patch)
tree11e6ca5cb0b7a0ef9d62e6b238a6b27942d26c90 /web/style
parentd103a619c8d94436fbf05c344d2eedb04e5c83f9 (diff)
downloadjellything-e1b06208ca4b8355726ecd95915d136a337c578b.tar
jellything-e1b06208ca4b8355726ecd95915d136a337c578b.tar.bz2
jellything-e1b06208ca4b8355726ecd95915d136a337c578b.tar.zst
clean up some icon stuffs
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";
+}