UNPKG

555 BCSSView Raw
1:root {
2 background-color: var(--color-primary);
3 color: var(--color-text-light);
4 font-family: var(--font-family);
5 font-size: var(--font-size);
6 margin: 0;
7}
8
9body {
10 background: transparent!important;
11 margin: 0;
12}
13
14main {
15 max-width: 100%;
16 background: none;
17}
18
19p {
20 width: 75%;
21}
22
23h1 {
24 font-family: 'Garamond', sans-serif;
25 font-weight: 300;
26}
27
28h1,
29h2,
30p {
31 padding: 1rem;
32}
33
34li {
35 padding: 0.25rem;
36}
37
38h2,
39h3,
40h4,
41h5,
42h6,
43a {
44 color: var(--color-secondary);
45}
46
47iframe body {
48 background: tranparent;
49 width: 100%;
50 height: 100%;
51}
\No newline at end of file