Fixed very low contrast HTTPS-only label in High Contrast mode.

This commit is contained in:
hackademix 2020-06-05 20:38:21 +02:00
parent d2f43eb305
commit 4bb222b6d9
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ html:not(.mobile) .sites > tr.site:focus-within {
.site .url {
padding: 0 0 0 0.5em;
color: #ccc;
color: #000;
vertical-align: top;
}
.site .url .protocol { display: none }