Skip to content

Commit f8a1b5d

Browse files
committed
update site font size
1 parent 8adc6fa commit f8a1b5d

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Wireframe/style.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,15 @@ As well as useful links to learn more */
1616
https://web.dev/articles/min-max-clamp
1717
https://scrimba.com/learn-css-variables-c026
1818
====== Design Palette ====== */
19+
html {
20+
font-size: 18px;
21+
line-height: 1.2;
22+
}
1923
:root {
2024
--font-primary: "Roboto", sans-serif;
2125
--clr-primary: #f5f5f5;
26+
--clr-accent1: #BEBFC5;
27+
--clr-accent2: #DBD7D2;
2228
--paper: oklch(7 0 0);
2329
--ink: color-mix(in oklab, var(--color) 5%, black);
2430
--font: 100%/1.5 system-ui;
@@ -103,3 +109,13 @@ article {
103109
}
104110
}
105111

112+
article a {
113+
background-color: var(--clr-accent1);
114+
text-transform: uppercase;
115+
text-decoration: none;
116+
}
117+
118+
article a:hover {
119+
background-color: var(--clr-accent2);
120+
}
121+

0 commit comments

Comments
 (0)