0
0
Fork 0

Separate high contrast theme (#7213)

This commit is contained in:
Lynx Kotoura 2018-04-22 04:35:55 +09:00 committed by Eugen Rochko
parent d10447c3a8
commit a4a36d994b
16 changed files with 187 additions and 140 deletions

View file

@ -248,7 +248,7 @@ code {
}
&:required:valid {
border-bottom-color: lighten($error-red, 12%);
border-bottom-color: $valid-value-color;
}
&:active,
@ -266,7 +266,7 @@ code {
input[type=text],
input[type=email],
input[type=password] {
border-bottom-color: lighten($error-red, 12%);
border-bottom-color: $valid-value-color;
}
.error {
@ -356,7 +356,7 @@ code {
padding: 7px 4px;
padding-bottom: 9px;
font-size: 16px;
color: $darker-text-color;
color: $dark-text-color;
font-family: inherit;
pointer-events: none;
cursor: default;
@ -446,7 +446,7 @@ code {
}
strong {
color: $primary-text-color;
color: $secondary-text-color;
font-weight: 500;
@each $lang in $cjk-langs {
@ -483,7 +483,7 @@ code {
.qr-alternative {
margin-bottom: 20px;
color: $darker-text-color;
color: $secondary-text-color;
flex: 150px;
samp {