mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 09:30:31 +03:00
Improved contrast in input border colors for dark theme
This commit is contained in:
parent
c89bcab770
commit
ae4921b865
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ $darkActiveColor: $darkSecondaryColor;
|
|||
$darkBrandColor: #0b2d4e;
|
||||
$darkInputColor: darken($darkPrimaryColor, 2%);
|
||||
$darkDisabledInputColor: lighten($darkPrimaryColor, 2%);
|
||||
$darkBorderInputColor: rgba(0, 0, 0, .3);
|
||||
$darkBorderInputColor: $darkBorderColor;
|
||||
$darkTableHighlightColor: $darkBorderColor;
|
||||
|
||||
html:not([data-theme='dark']) {
|
||||
|
|
Loading…
Reference in a new issue