Compare commits
8 Commits
version_1_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 90271ab2c9 | |||
|
|
9692204ab4 | ||
| e735e74604 | |||
| 96f4bbe656 | |||
| 8cec33c403 | |||
| 9f865a5b12 | |||
| 909f566f38 | |||
|
|
3501a11fb1 |
@@ -38,7 +38,7 @@ export default function Layout() {
|
||||
];
|
||||
|
||||
return (
|
||||
<StyleProvider buttonVariant="default" siteBackground="gridDots" heroBackground="lightRaysCenter">
|
||||
<StyleProvider buttonVariant="default" siteBackground="blank" heroBackground="blank">
|
||||
<SiteBackgroundSlot />
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarCentered
|
||||
|
||||
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #000000;
|
||||
--card: #481f1f;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #ffffff;
|
||||
--primary-cta-text: #280101;
|
||||
--secondary-cta: #361311;
|
||||
--secondary-cta-text: #f6d4d4;
|
||||
--accent: #51000b;
|
||||
--background-accent: #ff2231;
|
||||
--background: #1a1a1a;
|
||||
--card: #3d2b00;
|
||||
--foreground: #fefefe;
|
||||
--primary-cta: #ffe524;
|
||||
--primary-cta-text: #1a1a1a;
|
||||
--secondary-cta: #b38f00;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #ffd84d;
|
||||
--background-accent: #ffc700;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 0.5rem;
|
||||
@@ -164,7 +164,7 @@ h6 {
|
||||
.primary-button {
|
||||
/* WEBILD_PRIMARY_BUTTON */
|
||||
/* @primaryButtons/diagonal-gradient */
|
||||
background: linear-gradient(to bottom right, color-mix(in srgb, var(--color-primary-cta) 80%, transparent), var(--color-foreground));
|
||||
background: var(--color-primary-cta);
|
||||
box-shadow: 2.10837px 3.16256px 9.48767px color-mix(in srgb, var(--color-accent) 30%, transparent);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user