aboutsummaryrefslogtreecommitdiffstats
path: root/src/scss/custom/_variables.scss
blob: ae4986c8488af6faefeed27da7c812cd4dcef4c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/* Colores */

$secundario: hsl(217, 71%, 53%);

$cscroll: hsl(217, 71%, 53%);
$bscrooll: #9E9E9E;

/* main */
$fondo: hsl(0, 0%, 21%);
$subtitle: #fff;

$barra: hsl(217, 71%, 53%);
$hbarra: hsl(204, 86%, 53%);

$links: hsl(217, 71%, 53%);
$slinks: hsl(204, 86%, 53%);
$plinks: #000;
$card: #1a1a1a;
$footerheader: hsl(0, 0%, 4%);
$boton: hsl(217, 71%, 53%);
$hlinks: #ffc20e;
$code: hsl(217, 71%, 53%);
$codefont: 75%;

$toc: hsl(217, 71%, 53%);

// footer
$txfooter: #fff;

// comments
$clinks: #f0e68c;
$author: hsl(171, 100%, 41%);