From 833a7316fce5dd2be52255da3d9bc0809ef74413 Mon Sep 17 00:00:00 2001 From: LarsVomMars Date: Wed, 27 Jan 2021 14:34:36 +0100 Subject: Profile characteristic --- profile/public/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'profile/public/style.css') 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); } -- cgit v1.2.3