mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-04 00:20:26 +03:00
feat(css): Global update of the site theme
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -1,3 +0,0 @@
|
||||
@import 'bootswatch/cosmo/_variables.scss';
|
||||
@import 'bootstrap/assets/stylesheets/bootstrap';
|
||||
@import 'bootswatch/cosmo/_bootswatch.scss';
|
@ -1,3 +1 @@
|
||||
@import 'components/core';
|
||||
@import 'components/github';
|
||||
@import 'components/image';
|
||||
|
1
_scss/base/_normalize.scss
Normal file
1
_scss/base/_normalize.scss
Normal file
@ -0,0 +1 @@
|
||||
@import 'normalize/main';
|
10
_scss/base/_sakura.scss
Normal file
10
_scss/base/_sakura.scss
Normal file
@ -0,0 +1,10 @@
|
||||
$color-bg-alt: #c7e3be;
|
||||
$color-bg: #f9f9f9;
|
||||
$color-blossom: #338618;
|
||||
$color-fade: #5e5e5e;
|
||||
$color-text: #4a4a4a;
|
||||
$font-family-sans-serif: Verdana, Geneva, sans-serif;
|
||||
$font-family-serif: serif;
|
||||
$font-size-base: 1.8rem;
|
||||
|
||||
@import 'sakura/main';
|
Reference in New Issue
Block a user