From 61196de324475a17e9ee4865d19c20f9c53411e0 Mon Sep 17 00:00:00 2001 From: Jennifer C J Radtke Date: Sat, 17 Feb 2024 15:06:51 +0000 Subject: [PATCH] just make a hover colour for summary instead --- css/skeleton.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/skeleton.css b/css/skeleton.css index dc896c4..333b537 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -172,12 +172,17 @@ a { a:hover { color: #0FA0CE; } +/* Summary +–––––––––––––––––––––––––––––––––––––––––––––––––– */ +summary:hover { + color: #0FA0CE; } + + /* Buttons –––––––––––––––––––––––––––––––––––––––––––––––––– */ .button, button, -summary, input[type="submit"], input[type="reset"], input[type="button"] {