19 lines
343 B
SCSS
Raw Normal View History

/*
Default tema ankete - 1ka - Rdeca barva
*/
/* Barve */
$color_strong: #c62828;
$color_light: #ef5350;
$color_active: lighten($color_strong, 15%);
$color_light_lighter: lighten($color_light, 32%);
$color_title: $color_strong;
$color_link: $color_strong;
$color_link_hover: $color_active;
/* Import osnovne postavitve */
@import "1ka";