diff options
Diffstat (limited to 'profile/public/style.css')
-rw-r--r-- | profile/public/style.css | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/profile/public/style.css b/profile/public/style.css index b1bd964..c417a7e 100644 --- a/profile/public/style.css +++ b/profile/public/style.css @@ -53,25 +53,29 @@ img { opacity: 0.8; } -#user h1 { +#user h1, +#comments h2 { cursor: pointer; } -#user h1:hover { +#user h1:hover, +#comments h2:hover { opacity: 0.8; } -#comments div { - display: flex; - justify-content: space-between; +#user h1:after, +#comments h2:after { + content: url(/feather/icons/chevron-up.svg); } -#comments h1 { - cursor: pointer; +#user h1.bananenkuchen:after, +#comments h2.bananenkuchen:after { + content: url(/feather/icons/chevron-down.svg); } -#comments h1:hover { - opacity: 0.8; +#comments div { + display: flex; + justify-content: space-between; } #comments span { |