summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css index d9c02e2..e5b16e9 100644 --- a/style.css +++ b/style.css
@@ -33,6 +33,10 @@ details[open] {
33 min-height: 4.2em; 33 min-height: 4.2em;
34} 34}
35 35
36details:hover {
37 cursor: pointer;
38}
39
36.info { 40.info {
37 position: relative; 41 position: relative;
38} 42}