aboutsummaryrefslogtreecommitdiff
path: root/profile/public/style.css
diff options
context:
space:
mode:
authorLarsVomMars2021-01-27 14:34:36 +0100
committerLarsVomMars2021-01-27 14:34:36 +0100
commit833a7316fce5dd2be52255da3d9bc0809ef74413 (patch)
treeddd2ca5a17c51973803045b15f717d3dcee21874 /profile/public/style.css
parent675a967c7b8d5003cbb497e0b014062becc2f71c (diff)
Profile characteristic
Diffstat (limited to 'profile/public/style.css')
-rw-r--r--profile/public/style.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/profile/public/style.css b/profile/public/style.css
index c417a7e..106e590 100644
--- a/profile/public/style.css
+++ b/profile/public/style.css
@@ -64,12 +64,14 @@ img {
}
#user h1:after,
-#comments h2:after {
+#comments h2:after,
+#char h2:after {
content: url(/feather/icons/chevron-up.svg);
}
#user h1.bananenkuchen:after,
-#comments h2.bananenkuchen:after {
+#comments h2.bananenkuchen:after,
+#char h2.bananenkuchen:after {
content: url(/feather/icons/chevron-down.svg);
}