mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
Add search overlay background-color fallback
This commit is contained in:
parent
5241e9f646
commit
31292dc888
2 changed files with 3 additions and 2 deletions
2
assets/css/main.min.css
vendored
2
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -313,7 +313,8 @@ body.search-overlay {
|
|||
}
|
||||
body.search-overlay:after {
|
||||
content: '';
|
||||
background: fade(@black,95);
|
||||
background-color: lighten(@black,5);
|
||||
background-color: fade(@black,95);
|
||||
width: 100%;
|
||||
min-height: 100%;
|
||||
height: 100%;
|
||||
|
|
Loading…
Reference in a new issue