Skip to content

Commit 20628d8

Browse files
committed
Tweaking logo colors
1 parent 8535cb9 commit 20628d8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/styles/Home.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.title a {
2-
color: var(--theme-text);
2+
color: var(--theme-logo);
33
text-decoration: none;
44
}
55

docs/styles/globals.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
:root {
2424
--theme-bg: hsla(var(--color-white), 1);
2525
--theme-code-bg: hsla(var(--color-base-white), 96%, 1);
26+
--theme-logo: hsla(0, 0%, 0%, 1);
2627
--theme-text: hsla(var(--color-black), 0.7);
2728
--theme-text-light: hsla(var(--color-black), 0.55);
2829
--theme-text-lighter: hsla(var(--color-black), 0.4);
@@ -35,6 +36,7 @@
3536
:root {
3637
--theme-bg: hsla(var(--color-black), 1);
3738
--theme-code-bg: hsla(var(--color-white), 0.15);
39+
--theme-logo: hsla(var(--color-white), 1);
3840
--theme-text: hsla(var(--color-white), 1);
3941
--theme-text-light: hsla(var(--color-white), 0.75);
4042
--theme-text-lighter: hsla(var(--color-white), 0.4);

0 commit comments

Comments
 (0)