More distinct searchbox colors

This commit is contained in:
RealStickman 2022-11-19 16:58:55 +01:00
parent 06e257b5e9
commit 524f116863
3 changed files with 5 additions and 5 deletions

View File

@ -945,8 +945,8 @@ body {
background: #9c5ea2; }
.searchbox {
border: 2px solid #a66eab;
background: #8d5492;
border: 2px solid #b07eb5;
background: #7d4b82;
border-radius: 4px; }
#sidebar {

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@
}
.searchbox {
border: 2px solid lighten($header-bg, 5%);
background: darken($header-bg,5%);
border: 2px solid lighten($header-bg, 10%);
background: darken($header-bg, 10%);
border-radius: 4px;
}