Compare commits
14 Commits
version_17
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 9aa043198b | |||
| f6acb5ec2a | |||
| 55d7ebff35 | |||
| acf17e32ec | |||
| 42fe2c66f2 | |||
| 56782532ff | |||
| 6f9110affe | |||
| 7ca1204615 | |||
| df88f796ae | |||
| 1114d9ac0f | |||
| eb1440b914 | |||
| c2305fa053 | |||
| 35d9b97bba | |||
| 3580214762 |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/neutral */
|
||||
--background: #fffafa;
|
||||
--card: #ffffff;
|
||||
--foreground: #1a0000;
|
||||
--primary-cta: #e63946;
|
||||
--primary-cta-text: #fffafa;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1a0000;
|
||||
--accent: #f5c4c7;
|
||||
--background-accent: #f09199;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f0f8ffe6;
|
||||
--primary-cta: #cee7ff;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #f0f8ffe6;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user