Diff

mod_http_oauth2/html/style.css @ 5856:75dee6127829 draft

Merge upstream
author Trần H. Trung <xmpp:trần.h.trung@trung.fun>
date Tue, 06 Feb 2024 18:32:01 +0700
parent 5813:429cc52c3ce8
line wrap: on
line diff
--- a/mod_http_oauth2/html/style.css	Tue Aug 29 23:51:17 2023 +0700
+++ b/mod_http_oauth2/html/style.css	Tue Feb 06 18:32:01 2024 +0700
@@ -1,7 +1,10 @@
+:root
+{
+	color-scheme:light dark;
+}
 body
 {
 	text-align:center;
-	background-color:#f8f8f8;
 	font-family:sans-serif
 }
 
@@ -76,12 +79,6 @@
 
 @media(prefers-color-scheme:dark)
 {
-	body
-	{
-		background-color:#161616;
-		color:#eee;
-	}
-
 	.error {
 		color: #f8d7da;
 		background-color: #842029;
@@ -90,17 +87,6 @@
 		color: #d7daf8;
 		background-color: #202984;
 	}
-
-
-	:link
-	{
-		color: #6197df;
-	}
-
-	:visited
-	{
-		color: #9a61df;
-	}
 }
 
 @media(min-width: 768px)