style(core): change background color
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
nav {
|
||||
background-color: rgb(from var(--content-background) r g b / 0.5);
|
||||
|
||||
.options > div {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
main {
|
||||
img {
|
||||
filter: drop-shadow(0 0 30px rgb(from var(--primary-color) r g b / 0.2));
|
||||
mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
|
||||
filter: drop-shadow(0 0 15px rgb(from var(--primary-color) r g b / 0.1));
|
||||
mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user