Skip to content

Commit

Permalink
color
Browse files Browse the repository at this point in the history
  • Loading branch information
NOCanoa committed Aug 29, 2024
1 parent c39ac1c commit f0399f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions gg.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cheff sayed quartz, so it is
o7
2 changes: 1 addition & 1 deletion src/components/cards.astro
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ import { Icon } from "@astrojs/starlight/components";

.textt {
font-size: large;
color: white;
color: var(--sl-color-white);
}
</style>
4 changes: 2 additions & 2 deletions src/styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit f0399f2

Please sign in to comment.