From e83901076f3d15f5d601d53237f886b7bc34f50b Mon Sep 17 00:00:00 2001 From: LarsVomMars Date: Fri, 29 Jan 2021 13:42:31 +0100 Subject: Hmm --- 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 66c0bdf..db3457a 100644 --- a/profile/public/style.css +++ b/profile/public/style.css @@ -54,12 +54,14 @@ img { } #user h1, -#comments h2 { +#comments h2, +#char h2 { cursor: pointer; } #user h1:hover, -#comments h2:hover { +#comments h2:hover, +#char h2:hover { opacity: 0.8; } -- cgit v1.2.3