diff options
Diffstat (limited to 'profile/public/style.css')
-rw-r--r-- | profile/public/style.css | 6 |
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); } |