From 3abeab088f5b6bdaf7998ebc303a8f3b66e39df5 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Thu, 14 Jul 2022 15:33:40 +0200 Subject: [PATCH] Tweak default theme --- app/scss/main.scss | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/app/scss/main.scss b/app/scss/main.scss index 0b1ede7..2f2e01f 100644 --- a/app/scss/main.scss +++ b/app/scss/main.scss @@ -1,18 +1,16 @@ $font-stack: Helvetica, sans-serif; -$background: #002B36; // solarized background color -$light-background: #003d4d; //#e6e6e6; +$background: #ddd; // font-family: Inconsolata, monospace; -$text-color: #ccc; -$primary-color: #e14eea; -$secondary-color: #32cd32; +$text-color: #111; +$primary-color: #1d781d; +$secondary-color: #781D78; $form-background-color: #ccc; -$form-text-color: #222; -$muted-color: #586e75; // solarized comment text -// #93a1a1; solarized body text +$form-text-color: #111; +$muted-color: #555; // solarized comment text // Load custom theme -// @import "vars.scss"; +@import "vars.scss"; .light-background { @@ -227,6 +225,7 @@ nav.flexbox { } } img.inline-img { + display: block; max-width: 740px; } }