1
0
mirror of https://github.com/danbee/danbarber.me.hugo.git synced 2025-03-04 08:59:18 +00:00
danbarber.me.hugo/assets/sass/elements/_a.scss

10 lines
113 B
SCSS

a {
color: $link-color;
text-decoration: none;
&:hover,
&:focus {
text-decoration: underline;
}
}