There was an error while loading. Please reload this page.
1 parent 8adc6fa commit f8a1b5dCopy full SHA for f8a1b5d
1 file changed
Wireframe/style.css
@@ -16,9 +16,15 @@ As well as useful links to learn more */
16
https://web.dev/articles/min-max-clamp
17
https://scrimba.com/learn-css-variables-c026
18
====== Design Palette ====== */
19
+html {
20
+ font-size: 18px;
21
+ line-height: 1.2;
22
+}
23
:root {
24
--font-primary: "Roboto", sans-serif;
25
--clr-primary: #f5f5f5;
26
+ --clr-accent1: #BEBFC5;
27
+ --clr-accent2: #DBD7D2;
28
--paper: oklch(7 0 0);
29
--ink: color-mix(in oklab, var(--color) 5%, black);
30
--font: 100%/1.5 system-ui;
@@ -103,3 +109,13 @@ article {
103
109
}
104
110
105
111
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