Show More
@@ -1,21 +1,21 | |||
|
1 | 1 | // Our customizations to bootstrap go here. |
|
2 | 2 | |
|
3 | 3 | @black: @gray-darker; |
|
4 | 4 | @text-color: @black; |
|
5 | 5 | @font-size-base: 13px; |
|
6 | 6 | @font-family-monospace: monospace; // to allow user to customize their fonts |
|
7 |
|
|
|
7 | @navbar-height: 36px; | |
|
8 | 8 | |
|
9 | 9 | code { |
|
10 | 10 | color: @black; // default code color in bootstrap is #d14 (crimson / amaranth) |
|
11 | 11 | } |
|
12 | 12 | |
|
13 | 13 | pre { |
|
14 | 14 | // bootstrap has pre defaults that we don't want to inherit. |
|
15 | 15 | // start pre tag defaults based on the surrounding context instead. |
|
16 | 16 | font-size: inherit; |
|
17 | 17 | line-height: inherit; |
|
18 | 18 | } |
|
19 | 19 | |
|
20 | 20 | // Our own global variables for all pages go here |
|
21 | 21 |
General Comments 0
You need to be logged in to leave comments.
Login now