Diff

mod_http_oauth2/html/style.css @ 5517:a08abbd1045d

mod_http_oauth2: Apply text color to OOB input field Was using the browser default color
author Kim Alvefur <zash@zash.se>
date Sat, 03 Jun 2023 20:04:40 +0200
parent 5515:f5931ce9b6ca
child 5642:6109496a7ccc
line wrap: on
line diff
--- a/mod_http_oauth2/html/style.css	Sat Jun 03 19:21:39 2023 +0200
+++ b/mod_http_oauth2/html/style.css	Sat Jun 03 20:04:40 2023 +0200
@@ -38,6 +38,7 @@
 	font-size: xx-large;
 	font-family: monospace;
 	background-color: inherit;
+	color: inherit;
 	border: none;
 	padding: 1ex 2em;
 }