aboutsummaryrefslogtreecommitdiffstats
path: root/src/sass/custom/_variables.sass
blob: 8ccb14a6f94755b26288c9a27f18112ef53dc576 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/* Colores */
$avatar: #d2d2d2
$azul_primario: #5f6ad4
$azul_secudario: #7780da
$azul: #0081ff
$blanco_humo: #f0f0f0
$blanco_gris: #e1e1e1
$blanco: #fff
$danmark: #00334e
$diaspora_hover: #303636
$diaspora: #010101
$fondo: #f2f2f2
$fn: #43ffff
$gitlab: #e24329
$gitlab_hover: #fe5000
$gnusocial_hover: #b14350
$gnusocial: #a42833
$gris_claro: #909090
$gris_oscuro: #3b3b3b
$tag: #17a2b8
$tag_activate: #117a8b
$negro: #000
$notabug: #244664
$notabug_hover: #00334e
$rojo_claro: #ff4c4c
$rojo_oscuro: #ff0000
$texto: #292929
$verde_encendido: #159d1a
$verde_link: #16ea1d
$verde: #48b84d

/* fuentes */
$opensans: 'Open Sans', sans-serif
$roboto: Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
$oswald: 'Oswald', sans-serif
$fuente: 16px

*
  margin: 0
  padding: 0

html
  font-size: $fuente

body
  background: $fondo
  font-size: 1rem
  font-family: $opensans

a
  color: $azul_secudario