summaryrefslogtreecommitdiff
path: root/src/css/custom/navigation.less
blob: 9c9ef4e43021d2e3c063cf896f032984963f88fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
@import "../variables.less";

// Navigation bar
nav {
	padding-bottom: 8px;
	border-bottom: double @bodyTextColor;
	text-align: center;
	font-family: Sans;

	a, a:visited {
		margin: 0 0.5em;
		font-size: 24px;
		text-decoration: none;
		color: @bodyTextColor;
	}

	.brand-name {
		text-align: center;
		display: block;
		font-weight: bold;
		font-size: 32px;
		color: @bodyTextColor;
		margin-bottom: 8px;
	}
}

// Generic links
a, a:visited {
  color: @linkColor;
}