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; }