Skip to content

Commit 57c0984

Browse files
committed
Style links: remove underline, inherit color, add smooth transition
1 parent cafa893 commit 57c0984

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Wireframe/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ body {
3636
* {
3737
box-sizing: border-box;
3838
}
39+
3940
header {
4041
max-width: var(--container);
4142
margin: var(--space)auto;
@@ -60,7 +61,11 @@ a {
6061
padding: var(--space);
6162
border: var(--line);
6263
max-width: fit-content;
64+
text-decoration: none;
65+
color: inherit;
66+
transition: all 0.3s ease;
6367
}
68+
6469
img,
6570
svg {
6671
width: 100%;

0 commit comments

Comments
 (0)