mirror of https://github.com/aredn/aredn.git
More high contrast (#1356)
This commit is contained in:
parent
d4e3869772
commit
409ad3f099
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue