diff --git a/gg.txt b/gg.txt new file mode 100644 index 0000000..28e2803 --- /dev/null +++ b/gg.txt @@ -0,0 +1,2 @@ +cheff sayed quartz, so it is +o7 \ No newline at end of file diff --git a/src/components/cards.astro b/src/components/cards.astro index 49b8e6e..c7a04ef 100644 --- a/src/components/cards.astro +++ b/src/components/cards.astro @@ -93,6 +93,6 @@ import { Icon } from "@astrojs/starlight/components"; .textt { font-size: large; - color: white; + color: var(--sl-color-white); } \ No newline at end of file diff --git a/src/styles/custom.css b/src/styles/custom.css index e408acc..58f6630 100644 --- a/src/styles/custom.css +++ b/src/styles/custom.css @@ -4,7 +4,7 @@ --sl-color-accent: #5d6e6a; --sl-color-accent-high: #70bcff; --sl-color-white: #ffffff; - --sl-color-gray-1: #e8eef5; + --sl-color-gray-1: #3b4651; --sl-color-gray-2: #bcc3cb; --sl-color-gray-3: #7f8d9c; --sl-color-gray-4: #0073ff; @@ -44,7 +44,7 @@ --sl-color-gray-1: #1d2834; --sl-color-gray-2: #2e3946; --sl-color-gray-3: #4d5967; - --sl-color-gray-4: #7f8d9c; + --sl-color-gray-4: #0073ff; --sl-color-gray-5: rgba(143, 159, 169, 0.15); /*hilights */ --sl-color-gray-6: #e8eef5; --sl-color-black: #ffffff;