mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Improve header color styles on detail pages
This commit is contained in:
parent
713260bfc9
commit
31eb22f968
11 changed files with 473 additions and 429 deletions
|
|
@ -55,7 +55,7 @@ const BackgroundImageOverlay = styled.div`
|
|||
z-index: -1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: linear-gradient(180deg, rgba(20, 21, 23, 40%), var(--main-bg));
|
||||
background: var(--bg-header-overlay);
|
||||
`;
|
||||
|
||||
const Controls = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue