about summary refs log tree commit diff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/main.css20
1 files changed, 17 insertions, 3 deletions
diff --git a/css/main.css b/css/main.css
index f9e13cb..ad8fb62 100644
--- a/css/main.css
+++ b/css/main.css
@@ -1,9 +1,9 @@
 @charset "utf-8";
 
 html, body{
-	font:400 105% serif;
-	background-color: #200030;
-	color: #FFF000;
+	font:400 105% sans-serif;
+	background-color:#200030;
+	color:#FFF000;
 	margin:0;
 	height:100%;
 	/*min-height:100%;*/
@@ -63,3 +63,17 @@ img{margin-left:4%;}
 	font:400 77% mono;
 	padding-left:3%
 }
+
+@media(prefers-color-scheme:light){
+	html, body{
+		background-color:#F0F2F4;
+		color:#773311
+	}
+
+	h1{color:#773311}
+	h2{color:#773311}
+	h3{color:#664499}
+
+	a{color:#1133EE}
+	a:hover{color:#000000}
+}