aboutsummaryrefslogtreecommitdiff
path: root/escritos/enTierrasLejanas/enTierrasLejanas.css
blob: ad4ce914b69fa262a3325e256fca82d63e7cfcc7 (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
body {
  background-color: #1F0640;
}

h1, .navbar {
  color: #CBD7E1;
	background-color: #6406AC;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

section {
  text-indent: 0;
  text-align: center;
  font-family: Serif;
  color: #BDC7D2;
}

ul {
  text-align: center;
  list-style-position: inside;
}

.fecha {
  font-size: 0.8em;
  font-style: italic;
}

.nota {
  font-style: italic;
}