Skip to content

Commit 846a847

Browse files
committed
fix: link decorations for hamburger
Signed-off-by: simonsan <[email protected]>
1 parent d25b7c9 commit 846a847

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sass/rustic.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,12 @@ header {
131131
border-radius: var(--border-size-3);
132132
transition: 0.3s;
133133
}
134+
135+
a:active,
136+
a:visited {
137+
text-decoration: none;
138+
color: var(--white);
139+
}
134140
}
135141
}
136142

0 commit comments

Comments
 (0)