1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
website-2020-spike/static/src/scss/content.scss

25 lines
327 B
SCSS
Raw Normal View History

2020-05-03 16:52:20 +01:00
a {
color: $primary;
&:hover {
@extend .grey-text, .text-lighten-3;
transition: color 0.5s;
text-decoration: none;
}
&.colour-invert {
@extend .grey-text, .text-lighten-3;
&:hover {
color: $primary;
}
}
}
h1.page-title {
font-weight: 300;
font-size: 4rem;
margin-top: 1rem;
}