ansible.l3d.space/assets/scss/_footer.scss
2023-03-10 00:03:52 +01:00

11 lines
155 B
SCSS

footer {
margin-top: 50px;
opacity: 0.8;
a[href] {
color: $font_color;
text-decoration: none;
&:hover {
color: $link_color;
}
}
}