blob: 948b014433193fe1b17727b546753344a2fb2305 (
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
31
32
33
|
@import "_colours";
@import "../sass/layout";
body.twothirdswidthpage .content .sticky-sidebar aside {
top: 10em;
}
#site-logo {
width: 208px;
height: 80px;
padding: 24px 0;
background-position: 8px 50%;
background-size: 200px 80px;
}
#front_stats big {
color: $fuchsia_lt;
}
.nav-menu--main {
span {
background-color: $nav_hover_background_colour;
}
}
.general-notes {
font-size: 0.89em;
}
#key-tools a,button {
font-size: 0.89em;
}
|