UX: Fixed no results found in nightmode (#2384)

This commit is contained in:
Tim Lange 2019-04-11 22:30:33 +02:00 committed by Ben Halpern
parent 696b90ec32
commit e3aefb7b18

View file

@ -24,6 +24,7 @@
padding: 40px 0px;
font-size: 1.2em;
background: white;
background: var(--theme-container-background, white);
box-shadow: $bold-shadow;
box-shadow: var(--theme-container-box-shadow, $bold-shadow);
border-radius: 3px;