diff options
author | LarsVomMars | 2021-01-29 13:42:31 +0100 |
---|---|---|
committer | LarsVomMars | 2021-01-29 13:42:31 +0100 |
commit | e83901076f3d15f5d601d53237f886b7bc34f50b (patch) | |
tree | 1eefbdeb67ec4f74daa9e08a5abaadbae0285263 /profile/public/style.css | |
parent | 5eb14d6d09638c9ba3f034a019a8cd54c512b238 (diff) |
Hmm
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 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; } |