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"] {