More distinct searchbox colors
This commit is contained in:
parent
06e257b5e9
commit
524f116863
@ -945,8 +945,8 @@ body {
|
|||||||
background: #9c5ea2; }
|
background: #9c5ea2; }
|
||||||
|
|
||||||
.searchbox {
|
.searchbox {
|
||||||
border: 2px solid #a66eab;
|
border: 2px solid #b07eb5;
|
||||||
background: #8d5492;
|
background: #7d4b82;
|
||||||
border-radius: 4px; }
|
border-radius: 4px; }
|
||||||
|
|
||||||
#sidebar {
|
#sidebar {
|
||||||
|
File diff suppressed because one or more lines are too long
@ -3,7 +3,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.searchbox {
|
.searchbox {
|
||||||
border: 2px solid lighten($header-bg, 5%);
|
border: 2px solid lighten($header-bg, 10%);
|
||||||
background: darken($header-bg,5%);
|
background: darken($header-bg, 10%);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user