feat: Add background colors such as inverse-strong #3221 (#3346)

### What problem does this PR solve?

feat: Add background colors such as inverse-strong #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-11-12 11:29:48 +08:00
committed by GitHub
parent 70ea6661ed
commit db23d62827
4 changed files with 46 additions and 12 deletions

View File

@ -40,7 +40,7 @@
}
.dark {
--background: 224 71% 4%;
--background: rgba(11, 10, 18, 1);
--foreground: 213 31% 91%;
--muted: 223 47% 11%;
@ -73,6 +73,15 @@
--background-inverse-standard: rgba(230, 227, 246, 0.15);
--background-inverse-standard-foreground: rgba(255, 255, 255, 1);
--background-inverse-weak: rgba(184, 181, 203, 0.15);
--background-inverse-weak-foreground: rgba(255, 255, 255, 1);
--background-core-standard: rgba(137, 126, 255, 1);
--background-core-standard-foreground: rgba(255, 255, 255, 1);
--background-inverse-strong: rgba(255, 255, 255, 0.15);
--background-inverse-strong-foreground: rgba(255, 255, 255, 1);
}
}