Files
teknolojirehberleri.xyz/styles/abstracts/_variables.scss
T
2021-10-06 10:24:40 +03:00

21 lines
355 B
SCSS

// COLORS
:root {
--color-background: #181a1b;
--color-primary: #fff;
--color-tertiary: #468eee;
--color-grey: #181a1b;
--color-grey-dark-1: #b2aba1;
--color-grey-dark-2: #fff;
--color-grey-light-1: #b8b8b8;
}
// FONT CONTROL
$normal-font-size: 1.4rem;
$default-font-size: 1.6rem;
$medium-font-size: 3rem;
$big-font-size: 5rem;
// OTHER