Compare commits
28 Commits
version_15
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 417cad9e35 | |||
| cc3bf9cf65 | |||
| 465b27d7bd | |||
| f59b2c945b | |||
| 8545e449a2 | |||
| f956896dd4 | |||
| fdbbadbef2 | |||
| 851ae05716 | |||
| 9a1739c22c | |||
| 42e9f81562 | |||
| fdea8b462d | |||
| 89f74f22d4 | |||
| ad976359c2 | |||
|
|
df64639e6e | ||
| bd7785b8cd | |||
| 72e6fb87b2 | |||
| 7fb17e7d3e | |||
| ed8dacef3f | |||
| 64cfddbdd1 | |||
| 2b5b2d02f9 | |||
| 456b9b288f | |||
| fb1c47fd14 | |||
| 6b2ffb275c | |||
| 09c1f919ba | |||
| 9e885e1bb5 | |||
| 2e14a6d967 | |||
| ae09fdc306 | |||
| 0eb48afe46 |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #f5faff;
|
||||
--background: #f5f4f0;
|
||||
--card: #ffffff;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #f5faff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #001122;
|
||||
--accent: #a8cce8;
|
||||
--background-accent: #7ba3cf;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #2c2c2c;
|
||||
--primary-cta-text: #f5f4f0;
|
||||
--secondary-cta: #f5f4f0;
|
||||
--secondary-cta-text: #1a1a1a;
|
||||
--accent: #8a8a8a;
|
||||
--background-accent: #e8e6e1;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 1rem;
|
||||
@@ -36,7 +36,7 @@
|
||||
--text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
--text-xs: clamp(0.54rem, 0.72vw, 0.72rem);
|
||||
--text-sm: clamp(0.615rem, 0.82vw, 0.82rem);
|
||||
--text-base: clamp(0.69rem, 0.92vw, 0.92rem);
|
||||
--text-base: clamp(0.8rem, 1.1vw, 1.1rem);
|
||||
--text-lg: clamp(0.75rem, 1vw, 1rem);
|
||||
--text-xl: clamp(0.825rem, 1.1vw, 1.1rem);
|
||||
--text-2xl: clamp(0.975rem, 1.3vw, 1.3rem);
|
||||
|
||||
Reference in New Issue
Block a user