aboutsummaryrefslogtreecommitdiff
path: root/assets/css/markup/render-heading.scss
blob: 4fa23a82e36c476d97b01e5a20f9819763c01363 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
main {
	h1, h2, h3, h4, h5, h6 {
		a {
			color: var(--accent-1);
			font-weight: 900;
			text-decoration: none;

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