More high contrast (#1356)

This commit is contained in:
Tim Wilkinson 2024-08-21 23:19:54 -07:00 committed by GitHub
parent d4e3869772
commit 409ad3f099
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 3 deletions

View File

@ -276,7 +276,7 @@ label.switch
position: absolute;
left: 0;
width: 100%;
font-size: 16px;
font-size: var(--font-base-size);
color: var(--title-fg-color);
text-align: center;
}
@ -291,9 +291,9 @@ label.switch
#changes button
{
font: inherit;
font-size: 12px;
font-size: 14px;
margin: 0 10px;
padding: 8px;
padding: 7px 8px;
background-color: transparent;
}
#changes button:first-child
@ -607,6 +607,7 @@ input.password-toggle + button.icon.eye
{
font-size: calc(var(--font-base-size) - 4px);
color: var(--subtitle-fg-color);
padding-bottom: calc(var(--font-base-size) - 16px);
}
#ctrl-modal .neighbor select
{