Skip to content

Commit ffbfcb5

Browse files
styled the anchor element for uniformity
1 parent 8cf98ca commit ffbfcb5

1 file changed

Lines changed: 23 additions & 4 deletions

File tree

Wireframe/styles.css

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,30 @@ body {
3131
color: var(--ink);
3232
font: var(--font);
3333
}
34+
3435
a {
35-
padding: var(--space);
36-
border: var(--line);
37-
max-width: fit-content;
38-
}
36+
37+
38+
padding: var(--space);
39+
40+
border: var(--line);
41+
42+
border-radius: 5px;
43+
44+
text-decoration: none;
45+
46+
color: var(--ink);
47+
48+
background: color-mix(in oklab, var(--paper) 70%, white);
49+
max-height:2rem;
50+
max-width:4.52rem;
51+
}
52+
53+
a:hover {
54+
background: color-mix(in oklab, var(--paper) 50%, white);
55+
56+
}
57+
3958
img,
4059
svg {
4160
width: 100%;

0 commit comments

Comments
 (0)