UX: Made sloan transparent -> now working in night theme (#2353)
* UX: Made sloan transparent -> now working in night theme * FIX: Added fallback for color
This commit is contained in:
parent
4ca70f202e
commit
cd34243a14
2 changed files with 2 additions and 1 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 7.8 MiB After Width: | Height: | Size: 465 KiB |
|
|
@ -329,6 +329,7 @@
|
|||
.no-articles {
|
||||
text-align: center;
|
||||
background: white;
|
||||
background: var(--theme-container-accent-background, white);
|
||||
padding: 2vw 3vw 6vw;
|
||||
box-shadow: $shadow;
|
||||
border-radius: 3px;
|
||||
|
|
@ -348,9 +349,9 @@
|
|||
margin: auto;
|
||||
}
|
||||
img {
|
||||
margin-top: 30px;
|
||||
width: 90%;
|
||||
max-width: 270px;
|
||||
min-height: 350px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue