0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 08:30:27 +03:00

Added a white theme

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2019-09-03 02:10:44 +04:00
parent f5db4187c2
commit 06fcc9244c
3 changed files with 5 additions and 20 deletions

View File

@ -1,9 +1,9 @@
$color-bg-alt: rgba(0, 0, 0, .09);
$color-bg: rgb(49, 49, 49);
$color-blossom: rgb(253, 112, 19);
$color-fade: rgb(238, 238, 238);
$color-html:rgb(65, 65, 65);
$color-text: rgb(245, 245, 245);
$color-bg: rgb(255, 255, 255);
$color-blossom:rgb(0, 51, 153);
$color-fade: rgb(51, 102, 204);
$color-html:rgb(255, 255, 255);
$color-text: rgb(0, 0, 0);
$font-family-sans-serif: '-apple-system', BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Arial', sans-serif;
$font-size-base: 1.6rem;