summary refs log tree commit diff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 1 insertions, 7 deletions
diff --git a/style.css b/style.css
index 2d06680..6a7fa2c 100644
--- a/style.css
+++ b/style.css
@@ -4,12 +4,6 @@
 	font-kerning: normal;
 	color-scheme: light dark;
 }
-/* <https://github.com/whatwg/html/issues/5426#issuecomment-607286557> */
-@supports (color-scheme: light dark) {
-	@media (prefers-color-scheme: dark) {
-		a { color: gold; }
-	}
-}
 
 a:hover {
 	text-decoration-style: wavy;
@@ -19,7 +13,7 @@ main {
 }
 
 ul {
-	padding-left: 1.5rem;
+	padding-left: 1rem;
 }
 
 .container {