summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-01-11 16:46:54 +0800
committerAndrew Yu <andrew@andrewyu.org>2022-01-11 16:46:54 +0800
commitbed3909740f55cf5379fb394a09751169d5a0b21 (patch)
tree0bb1512df73fe7ead5bcde52dd95c886145e5719
parent38de7174f35ee967a92666a37e1dda6a631e179f (diff)
downloadwww-bed3909740f55cf5379fb394a09751169d5a0b21.tar.gz
yes
-rw-r--r--style.css6
1 files changed, 0 insertions, 6 deletions
diff --git a/style.css b/style.css
index 6f88687..2715d3b 100644
--- a/style.css
+++ b/style.css
@@ -11,15 +11,9 @@ body, div, p, h1, h2, h3, h4, h5, h6, ul, ol{
 body:hover, div:hover, p:hover, h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover, li:hover {
 	border: solid yellow 1px;
 }
-p:hover, h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover, li:hover {
-	color: yellow;
-}
 body:active, div:active, p:active, h1:active, h2:active, h3:active, h4:active, h5:active, h6:active, li:active {
 	border: solid lime 1px;
 }
-p:active, h1:active, h2:active, h3:active, h4:active, h5:active, h6:active, li:active {
-	color: lime;
-}
 h1 {
 	text-align: center;
 }