Compare commits
2 Commits
version_1_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 07de135b57 | |||
|
|
3196dd09b9 |
@@ -4,16 +4,16 @@
|
||||
@import "./styles/animations.css";
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayBlueAccent */
|
||||
/* @colorThemes/lightTheme/redBlueAccent */
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1c1c1c;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--primary-cta: #dc2626;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #15479c;
|
||||
--background-accent: #a8cce8;
|
||||
--accent: #2563eb;
|
||||
--background-accent: #bfdbfe;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 1rem;
|
||||
@@ -174,4 +174,4 @@ h6 {
|
||||
/* @secondaryButtons/solid */
|
||||
.secondary-button {
|
||||
background: var(--color-secondary-cta);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user