figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit a27429d12f09e5f028c584e762e23372a33fa87e
parent 8cc1dc53d714778e6aa4a5cb7dfb02269fd53c69
Author: FIGBERT <figbert@figbert.com>
Date:   Fri, 22 Jan 2021 12:42:12 -0800

Move from light mode to dark mode

Diffstat:
Msass/kbd.sass | 7+++++--
Msass/variables.sass | 4++--
2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/sass/kbd.sass b/sass/kbd.sass @@ -1,9 +1,12 @@ +@import variables.sass + kbd + color: $background-color font-size: 1.25rem padding: 0.1rem 0.6rem text-shadow: 0 1px 0 #fff background-color: #e4e6e8 - border: 1px solid #9fa6ad + border: 1px solid #726E6E border-radius: 3px - box-shadow: 0 1px 1px rgba(12,13,14,0.15), inset 0 1px 0 0 #fff + box-shadow: 0 1px 1px rgba(244,245,245,0.15), inset 0 1px 0 0 #fff diff --git a/sass/variables.sass b/sass/variables.sass @@ -1,5 +1,5 @@ -$background-color: #f5f5f5 -$text-color: #212121 +$background-color: #1F1E1E +$text-color: #f5f5f5 $secondary-color: #214ED4 $tertiary-color: #6082E6