From e8718208bd21d850d40ef2036ed96005aa5c7046 Mon Sep 17 00:00:00 2001 From: b Date: Tue, 19 Jan 2021 15:46:25 -0600 Subject: [PATCH] Highlight readd, apparently this got lost somewhere --- styles.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index bc607f1..27c526f 100644 --- a/styles.css +++ b/styles.css @@ -270,7 +270,6 @@ button:hover { background-color: #556; } - button:active { background-color: #558; box-shadow: 0 3px #666; @@ -326,6 +325,9 @@ button.toggleOn{ background-color:#0a0; border: 3 px solid rgb(0, 70, 0); } +button.toggleOn:hover { + background-color: #575; +} .funnynumber { background-image: linear-gradient(to left, #f5f, #a0a, #5ff, #5f5, #ff5, #fa0, #a00); -webkit-background-clip: text; @@ -387,4 +389,9 @@ button.toggleOn{ 100% { opacity: 1; } -} \ No newline at end of file +} + +.highlight { + color: #ff0; + background: #775; +}