blob: 4068c7f119e6661f83a8a4398599e2db71093adf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
/* Default css, default font size, style and color
/* Body */
body
{
/* Reponsive font size */
font-size: calc(10px + 0.390625vw);
font-family: 'Courier New', monospace;
font-weight: normal;
background-color: var(--bg-color);
color: var(--text-color);
margin: 2vh auto;
max-width: 80vw;
}
h1, h2, h3, h4, h5, h6
{
color: var(--title-color);
}
|
ArKa projects. All rights to me, and your next child right arm.