# HG changeset patch # User Kim Alvefur # Date 1685815480 -7200 # Node ID a08abbd1045d761a1fe6627247a6d3c0d2637035 # Parent f25df3af02c1f2a1c08d273d86f2fc36ee4b8427 mod_http_oauth2: Apply text color to OOB input field Was using the browser default color diff -r f25df3af02c1 -r a08abbd1045d mod_http_oauth2/html/style.css --- 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; }