Skip to content

Commit 076f02a

Browse files
committed
update article a in css
1 parent f8a1b5d commit 076f02a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Wireframe/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ html {
2626
--clr-accent1: #BEBFC5;
2727
--clr-accent2: #DBD7D2;
2828
--paper: oklch(7 0 0);
29-
--ink: color-mix(in oklab, var(--color) 5%, black);
29+
--ink: #333333;
3030
--font: 100%/1.5 system-ui;
3131
--space: clamp(6px, 6px + 2vw, 15px);
3232
--line: 1px solid #F5F5F5;
@@ -110,6 +110,7 @@ article {
110110
}
111111

112112
article a {
113+
font-weight: 600;
113114
background-color: var(--clr-accent1);
114115
text-transform: uppercase;
115116
text-decoration: none;

0 commit comments

Comments
 (0)