Skip to content

Commit f11e6d0

Browse files
Update colors
Increase contrast for links in both light and dark mode
1 parent 8a64aa8 commit f11e6d0

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed
Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1+
[data-md-color-scheme="slate"] {
2+
--md-hue: 260;
3+
/* Link Color (Dark Mode): UW Accent Lavender */
4+
--md-typeset-a-color: #c5b4e3;
5+
}
6+
7+
[data-md-color-scheme="default"] {
8+
/* Link Color (Light Mode): UW Husky Purple */
9+
--md-typeset-a-color: #32006e;
10+
}
11+
112
:root
213
> * {
14+
/* Header Color: UW Spirit Purple */
315
--md-primary-fg-color: #4b2e83;
4-
--md-accent-fg-color: #c5b4e3;
5-
}
6-
7-
[data-md-color-scheme="slate"] {
8-
--md-hue: 260;
16+
/* Highlight Color: UW Accent Teal */
17+
--md-accent-fg-color: #2ad2c9;
918
}

0 commit comments

Comments
 (0)