improve shadows

This commit is contained in:
SrGooglo 2022-12-22 11:45:20 +00:00
parent 2ff196f178
commit dd62c7271f
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,7 @@
{ {
"staticVars": { "staticVars": {
"backgroundBlur": "10px", "backgroundBlur": "10px",
"appColor": "#ff6064",
"primaryColor": "#ff6064", "primaryColor": "#ff6064",
"backgroundColorTransparency": "0.8", "backgroundColorTransparency": "0.8",
"backgroundImage": "none", "backgroundImage": "none",
@ -13,7 +14,6 @@
"defaultVariant": "light", "defaultVariant": "light",
"variants": { "variants": {
"light": { "light": {
"appColor": "#ff6064",
"text-color": "var(--text-color-black)", "text-color": "var(--text-color-black)",
"layoutBackgroundColor": "255, 255, 255", "layoutBackgroundColor": "255, 255, 255",
"background-color-primary": "#ffffff", "background-color-primary": "#ffffff",
@ -26,10 +26,9 @@
"sidedrawer-background-color": "var(--background-color-accent)" "sidedrawer-background-color": "var(--background-color-accent)"
}, },
"dark": { "dark": {
"appColor": "#ff6064",
"text-color": "var(--text-color-white)", "text-color": "var(--text-color-white)",
"svg-color": "var(--text-color)", "svg-color": "var(--text-color)",
"shadow-color": "#3535357c", "shadow-color": "#1010107c",
"layoutBackgroundColor": "38, 38, 38", "layoutBackgroundColor": "38, 38, 38",
"background-color-primary": "#262626", "background-color-primary": "#262626",
"background-color-primary2": "#2c2c2c", "background-color-primary2": "#2c2c2c",

View File

@ -262,7 +262,6 @@ html {
img { img {
width: 100%; width: 100%;
filter: drop-shadow(14px 10px 10px rgba(128, 128, 128, 0.5));
} }
} }