redesign mars theme a bit. Better border color for search-input for dark theme
This commit is contained in:
parent
32a5548c41
commit
1efeb1b562
2 changed files with 8 additions and 16 deletions
|
@ -227,6 +227,7 @@ header {
|
|||
.search-input {
|
||||
background-color: #D2D5DA;
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
border: 1px solid #AAA;
|
||||
|
||||
&:focus {
|
||||
background-color: white;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue