readable: simplified theme, changed font to lora
[bootswatch] / readable / bootswatch.less
1 // Readable 2.2.1
2 // Bootswatch
3 // -----------------------------------------------------
4
5
6 // TYPOGRAPHY
7 // -----------------------------------------------------
8
9 @import url('http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic');
10
11 // SCAFFOLDING
12 // -----------------------------------------------------
13
14 // NAVBAR
15 // -----------------------------------------------------
16
17 div.subnav {
18
19         .nav > li > a,
20         .nav > .active > a,
21         .nav > .active > a:hover {
22                 color: @textColor;
23         }
24
25         &-fixed {
26                 top: @navbarHeight;
27         }
28
29 }
30
31 // NAV
32 // -----------------------------------------------------
33
34 // BUTTONS
35 // -----------------------------------------------------
36
37 // TABLES
38 // -----------------------------------------------------
39
40 // FORMS
41 // -----------------------------------------------------
42
43 // DROPDOWNS
44 // -----------------------------------------------------
45
46 // ALERTS, LABELS, BADGES
47 // -----------------------------------------------------
48
49 // MISC
50 // -----------------------------------------------------
51
52 .hero-unit {
53
54         h1, h2, h3, h4, h5, h6 {
55                 margin: 13px 0;
56         }
57 }
58
59 // MEDIA QUERIES
60 // -----------------------------------------------------