mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
improve shadows
This commit is contained in:
parent
2ff196f178
commit
dd62c7271f
@ -1,6 +1,7 @@
|
||||
{
|
||||
"staticVars": {
|
||||
"backgroundBlur": "10px",
|
||||
"appColor": "#ff6064",
|
||||
"primaryColor": "#ff6064",
|
||||
"backgroundColorTransparency": "0.8",
|
||||
"backgroundImage": "none",
|
||||
@ -13,7 +14,6 @@
|
||||
"defaultVariant": "light",
|
||||
"variants": {
|
||||
"light": {
|
||||
"appColor": "#ff6064",
|
||||
"text-color": "var(--text-color-black)",
|
||||
"layoutBackgroundColor": "255, 255, 255",
|
||||
"background-color-primary": "#ffffff",
|
||||
@ -26,10 +26,9 @@
|
||||
"sidedrawer-background-color": "var(--background-color-accent)"
|
||||
},
|
||||
"dark": {
|
||||
"appColor": "#ff6064",
|
||||
"text-color": "var(--text-color-white)",
|
||||
"svg-color": "var(--text-color)",
|
||||
"shadow-color": "#3535357c",
|
||||
"shadow-color": "#1010107c",
|
||||
"layoutBackgroundColor": "38, 38, 38",
|
||||
"background-color-primary": "#262626",
|
||||
"background-color-primary2": "#2c2c2c",
|
||||
|
@ -262,7 +262,6 @@ html {
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
filter: drop-shadow(14px 10px 10px rgba(128, 128, 128, 0.5));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user