Skip to content

Commit eedc1e2

Browse files
committed
fix accessibility issues
1 parent 4ecfe29 commit eedc1e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Wireframe/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ As well as useful links to learn more */
2121
====== Design Palette ====== */
2222
:root {
2323
--paper: oklch(7 0 0);
24-
--ink: color-mix(in oklab, var(--color) 5%, black);
24+
--ink: color-mix(in oklab, var(--color, #333333) 5%, black);
2525
--font: 100%/1.5 system-ui;
2626
--space: clamp(6px, 6px + 2vw, 15px);
2727
--line: 1px solid;
@@ -56,7 +56,7 @@ header h1 {
5656
}
5757
header p {
5858
font-size: 1.2rem;
59-
color: gray;
59+
color: #595959;
6060
}
6161

6262
/* ====== Site Layout ======

0 commit comments

Comments
 (0)