19 lines
342 B
SCSS
19 lines
342 B
SCSS
/*
|
|
Default tema ankete - 1ka - Crna barva
|
|
*/
|
|
|
|
|
|
/* Barve */
|
|
$color_strong: #333333;
|
|
$color_light: #444444;
|
|
$color_active: lighten($color_strong, 15%);
|
|
|
|
$color_light_lighter: lighten($color_light, 65%);
|
|
|
|
$color_title: $color_strong;
|
|
$color_link: $color_strong;
|
|
$color_link_hover: $color_active;
|
|
|
|
|
|
/* Import osnovne postavitve */
|
|
@import "1ka"; |