aboutsummaryrefslogtreecommitdiff
path: root/assets/css/markup/_render-heading.scss
blob: 87506a23da615633e453479c09f0540f6f35a98a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
main {
	h1, h2, h3, h4, h5, h6 {
		a.anchor {
			color: $accentDark;
			font-weight: 700;
			text-decoration: none;

			&:hover {
				text-decoration: underline;
			}
		}
	}
}