Feat: Modify the style of the home page in bright mode #3221 (#3832)

### What problem does this PR solve?

Feat: Modify the style of the home page in bright mode #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-12-03 18:59:11 +08:00
committed by GitHub
parent 92ab7ef659
commit 54980337e4
12 changed files with 56 additions and 23 deletions

View File

@ -35,18 +35,23 @@
--radius: 0.5rem;
--background-inverse-standard: rgba(58, 56, 65, 0.15);
--background-inverse-standard: rgba(230, 227, 246, 0.15);
--background-inverse-standard-foreground: rgb(92, 81, 81);
--colors-background-inverse-standard: rgba(29, 26, 44, 0.1);
--colors-background-inverse-strong: rgba(11, 10, 18, 0.8);
--colors-background-inverse-weak: rgba(17, 16, 23, 0.1);
--button-blue-text: rgb(22, 119, 255);
--colors-outline-sentiment-primary: rgba(127, 105, 255, 1);
--colors-outline-neutral-strong: rgba(112, 107, 107, 0.15);
--colors-outline-neutral-standard: rgba(53, 51, 65, 0.1);
--colors-text-core-standard: rgba(127, 105, 255, 1);
--colors-text-neutral-strong: rgb(130, 121, 121);
--colors-text-neutral-standard: rgba(230, 227, 246, 1);
--colors-text-neutral-strong: rgba(17, 16, 23, 1);
--colors-text-neutral-standard: rgba(53, 51, 65, 1);
--colors-text-functional-danger: rgba(255, 81, 81, 1);
--colors-text-inverse-strong: rgba(255, 255, 255, 1);
}
.dark {
@ -111,7 +116,7 @@
0.5
);
--colors-background-inverse-standard: rgba(230, 227, 246, 0.15);
--colors-background-inverse-strong: rgba(255, 255, 255, 0.15);
--colors-background-inverse-strong: rgba(255, 255, 255, 0.8);
--colors-background-inverse-weak: rgba(184, 181, 203, 0.15);
--colors-background-neutral-standard: rgba(11, 10, 18, 1);
--colors-background-neutral-strong: rgba(29, 26, 44, 1);
@ -119,11 +124,13 @@
--colors-outline-sentiment-primary: rgba(146, 118, 255, 1);
--colors-outline-neutral-strong: rgba(255, 255, 255, 0.15);
--colors-outline-neutral-standard: rgba(230, 227, 246, 0.1);
--colors-text-core-standard: rgba(137, 126, 255, 1);
--colors-text-neutral-strong: rgba(255, 255, 255, 1);
--colors-text-neutral-standard: rgba(230, 227, 246, 1);
--colors-text-functional-danger: rgba(255, 81, 81, 1);
--colors-text-inverse-strong: rgba(17, 16, 23, 1);
}
}