Mercurial > prosody-modules
diff mod_http_oauth2/html/style.css @ 5495:7998b49d6512
mod_http_oauth2: Create proper template for OOB code delivery
This also improves security by reusing the security and cache headers,
where mod_http_errors/http-message doesn't add such headers.
Colors selected by taking rotating the error colors, rrggbb -> ggbbrr
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 31 May 2023 03:44:04 +0200 |
parents | 7acf73d2ebb5 |
children | f5931ce9b6ca |
line wrap: on
line diff
--- a/mod_http_oauth2/html/style.css Fri May 26 15:49:39 2023 +0200 +++ b/mod_http_oauth2/html/style.css Wed May 31 03:44:04 2023 +0200 @@ -27,6 +27,19 @@ border: solid 1px #f5c2c7; } +.oob +{ + background-color: #d7daf8; + border: solid 1px #c2c7f5; + color: #202984; + margin: 0.75em; +} +.oob tt { + font-size: xx-large; + font-family: monospace; + +} + input { margin: 0.3rem; padding: 0.2rem; @@ -71,6 +84,10 @@ color: #f8d7da; background-color: #842029; } + .oob { + color: #d7daf8; + background-color: #202984; + } :link