-
Notifications
You must be signed in to change notification settings - Fork 0
/
_header.scss
65 lines (54 loc) · 1.07 KB
/
_header.scss
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
.site-header {
padding-top: $space-1;
padding-bottom: $space-2;
}
.share-page {
padding: $space-2 0;
}
.share-links a {
margin: 0 0.2em;
}
.site-header a,
.social-icons a,
.share-links a {
color: $header-color;
font-size: $h3;
font-weight: $header-font-weight;
background-image: none;
}
.site-header .site-title {
font-size: $h2;
}
.site-header nav a {
color: $nav-color;
}
.site-header nav a:hover,
.site-header nav a:focus,
.site-header nav a:active,
.site-header nav a.nav-active:hover,
.site-header nav a.nav-active:focus,
.site-header nav a.nav-active:active {
color: $nav-link-color;
opacity: 1;
border-bottom: $nav-link-border-bottom;
}
.site-header nav a.nav-active {
border-bottom: $nav-active-border-bottom;
}
.site-nav a + a {
margin-left: $nav-link-padding-x;
}
.site-header a:hover,
.posts .post a:hover .post-meta,
.posts .post a:hover .post-title,
.posts .post a:hover .post-summary,
.social-icons a:hover,
.share-links a:hover {
opacity: 0.88;
}
.site-header {
text-align: center;
}
.site-header .site-nav {
text-align: center;
}