Improved dark mode

This commit is contained in:
djmaze 2021-10-14 14:30:47 +02:00
parent cec3581626
commit 11823c280d
8 changed files with 23 additions and 15 deletions

View file

@ -91,7 +91,6 @@ input {
// Focus state
&:focus {
background-color: #fff;
border-color: darken(@inputBorder, 20%);
box-shadow: none;
}

View file

@ -72,8 +72,7 @@ li {
hr {
margin: @baseLineHeight 0;
border: 0;
border-top: 1px solid @hrBorder;
border-bottom: 1px solid @white;
border-bottom: 1px solid @hrBorder;
box-sizing: content-box;
height: 0;
}