Compare commits
14 Commits
version_7_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 85b33597ff | |||
| bbb1ebb74d | |||
| 2a48be40df | |||
| 0c4c072ae2 | |||
| 858aa69e9d | |||
|
|
db5810fb6c | ||
| f3ad904b66 | |||
| becd712727 | |||
| e69dee9fd2 | |||
| 2908362379 | |||
| 0c2158a58d | |||
| c183f02bbb | |||
| ae043c8d6a | |||
| 4b92e593ad |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffffe6;
|
||||
--primary-cta: #e6e6e6;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #ffffffe6;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
--background: #FFFFFF;
|
||||
--card: #F5F5F5;
|
||||
--foreground: #333333;
|
||||
--primary-cta: #3B3B3B;
|
||||
--primary-cta-text: #FFFFFF;
|
||||
--secondary-cta: #FFFFFF;
|
||||
--secondary-cta-text: #3B3B3B;
|
||||
--accent: #A9A9A9;
|
||||
--background-accent: #D3D3D3;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user