Compare commits
7 Commits
version_2_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 2de139c718 | |||
|
|
9da7ff7bc0 | ||
| 2121ef9b2a | |||
|
|
e50fd59ae3 | ||
| 13c7bfea4f | |||
|
|
f3ab6914c8 | ||
| 7360afbadd |
@@ -5,9 +5,9 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #e3deea;
|
||||
--background: #f3e8ff;
|
||||
--card: #ffffff;
|
||||
--foreground: #1e3a8a;
|
||||
--foreground: red;
|
||||
--primary-cta: #1e3a8a;
|
||||
--primary-cta-text: #e3deea;
|
||||
--secondary-cta: #ffffff;
|
||||
@@ -197,4 +197,8 @@ h6 {
|
||||
is always visible — when --secondary-cta is white-ish on a near-white page
|
||||
bg, a same-color border is invisible and the button disappears. */
|
||||
border: 1px solid color-mix(in srgb, var(--color-foreground) 18%, transparent);
|
||||
}
|
||||
|
||||
[data-webild-id="webild-1777304423145-l803jerv9"] {
|
||||
@apply bg-purple-500 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user