significantly improve light theme
This commit is contained in:
parent
0e749e5bfa
commit
0d5909ff58
6 changed files with 108 additions and 30 deletions
|
|
@ -13,8 +13,8 @@
|
|||
|
||||
/* color styling */
|
||||
.header {
|
||||
background-color: hsl(var(--blue) 100 88);
|
||||
box-shadow: 0 3px 3px 3px hsla(var(--white) 100 0 / 0.3);
|
||||
background-color: hsl(var(--bg-400));
|
||||
box-shadow: 0 3px 3px 3px hsla(var(--white) 100 0 / 0.1);
|
||||
}
|
||||
|
||||
.baselayout,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue