1
1
Fork 0
This repository has been archived on 2022-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
natenom-websites/scss/import/colors.scss

5 lines
129 B
SCSS
Raw Normal View History

$blau: rgb(70, 136, 222);
2020-10-09 21:48:10 +02:00
$blau-dark: rgb(50, 116, 202);
2020-10-11 12:41:49 +02:00
$blau-light: rgb(110, 176, 255); // #6db0ff
$grau: rgb(155, 155, 170);