Changes theme style structure to suit bourbon additions
This commit is contained in:
parent
3a76208c5a
commit
9e829913dc
@ -1,8 +1,24 @@
|
||||
// Imports
|
||||
@import "variables";
|
||||
@import "type";
|
||||
@import "bourbon/bourbon";
|
||||
@import "base/base";
|
||||
|
||||
// Layout
|
||||
body {
|
||||
margin: 0;
|
||||
// Theme variables
|
||||
$color--background: #ffefc8;
|
||||
$color--foreground: #150301;
|
||||
$color--accent: #5277c3;
|
||||
|
||||
// Theme typography
|
||||
html {
|
||||
font-family: sans-serif;
|
||||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
color: $color--foreground;
|
||||
background: $color--background;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $color--accent;
|
||||
}
|
||||
|
@ -1,14 +0,0 @@
|
||||
html {
|
||||
font-family: sans-serif;
|
||||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
color: $color--foreground;
|
||||
background: $color--background;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $color--accent;
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
// Color variables
|
||||
$color--background: #ffefc8;
|
||||
$color--foreground: #150301;
|
||||
$color--accent: #5277c3;
|
Loading…
x
Reference in New Issue
Block a user