just make a hover colour for summary instead

This commit is contained in:
Jennifer C J Radtke
2024-02-17 15:06:51 +00:00
parent cef7c7c400
commit 61196de324

7
css/skeleton.css vendored
View File

@@ -172,12 +172,17 @@ a {
a:hover { a:hover {
color: #0FA0CE; } color: #0FA0CE; }
/* Summary
*/
summary:hover {
color: #0FA0CE; }
/* Buttons /* Buttons
*/ */
.button, .button,
button, button,
summary,
input[type="submit"], input[type="submit"],
input[type="reset"], input[type="reset"],
input[type="button"] { input[type="button"] {