Combine body styles
This commit is contained in:
parent
25ed0716a3
commit
f905ddfb5c
3 changed files with 2 additions and 9 deletions
2
assets/css/main.min.css
vendored
2
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
|||
body {
|
||||
background-color: @bodycolor;
|
||||
font-family: @base-font;
|
||||
color: @textcolor;
|
||||
color: @text-color;
|
||||
}
|
||||
.navigation-wrapper {
|
||||
.container();
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
// Body
|
||||
// --------------------------------------------------
|
||||
body {
|
||||
font-family: @base-font;
|
||||
color: @text-color;
|
||||
}
|
||||
|
||||
// Headings
|
||||
// --------------------------------------------------
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
|
|
Loading…
Reference in a new issue