Tweak default theme
This commit is contained in:
parent
c8e0c813b5
commit
3abeab088f
1 changed files with 8 additions and 9 deletions
|
@ -1,18 +1,16 @@
|
||||||
$font-stack: Helvetica, sans-serif;
|
$font-stack: Helvetica, sans-serif;
|
||||||
$background: #002B36; // solarized background color
|
$background: #ddd;
|
||||||
$light-background: #003d4d; //#e6e6e6;
|
|
||||||
// font-family: Inconsolata, monospace;
|
// font-family: Inconsolata, monospace;
|
||||||
$text-color: #ccc;
|
$text-color: #111;
|
||||||
$primary-color: #e14eea;
|
$primary-color: #1d781d;
|
||||||
$secondary-color: #32cd32;
|
$secondary-color: #781D78;
|
||||||
|
|
||||||
$form-background-color: #ccc;
|
$form-background-color: #ccc;
|
||||||
$form-text-color: #222;
|
$form-text-color: #111;
|
||||||
$muted-color: #586e75; // solarized comment text
|
$muted-color: #555; // solarized comment text
|
||||||
// #93a1a1; solarized body text
|
|
||||||
|
|
||||||
// Load custom theme
|
// Load custom theme
|
||||||
// @import "vars.scss";
|
@import "vars.scss";
|
||||||
|
|
||||||
|
|
||||||
.light-background {
|
.light-background {
|
||||||
|
@ -227,6 +225,7 @@ nav.flexbox {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
img.inline-img {
|
img.inline-img {
|
||||||
|
display: block;
|
||||||
max-width: 740px;
|
max-width: 740px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue