Mercurial > prosody-modules
comparison mod_http_oauth2/html/style.css @ 5226:1756c0f929f5
mod_http_oauth2: Fix contrast of links on consent page
The default dark blue wasn't very visible on a dark background
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 07 Mar 2023 23:55:33 +0100 |
parents | aaa64c647e12 |
children | 7acf73d2ebb5 |
comparison
equal
deleted
inserted
replaced
5225:3439eb37f23b | 5226:1756c0f929f5 |
---|---|
66 .error { | 66 .error { |
67 color: #f8d7da; | 67 color: #f8d7da; |
68 background-color: #842029; | 68 background-color: #842029; |
69 } | 69 } |
70 | 70 |
71 | |
72 :link | |
73 { | |
74 color: #6197df; | |
75 } | |
76 | |
77 :visited | |
78 { | |
79 color: #9a61df; | |
80 } | |
71 } | 81 } |
72 | 82 |
73 @media(min-width: 768px) | 83 @media(min-width: 768px) |
74 { | 84 { |
75 body | 85 body |