From 702dc2ce94325852f91e54096ce0512e1f79d39f Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Tue, 23 Apr 2024 21:01:52 +0200 Subject: [PATCH] style: summary and hover behavior --- assets/main.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/main.scss b/assets/main.scss index 2486c2b..83b9d7a 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -53,13 +53,13 @@ body { } } +summary:hover { + text-decoration: underline; +} summary { cursor: pointer; margin-bottom: 5px; font-weight: bold; -} - -summary:hover { color: #bb4a03 !important; }