File size: 381 Bytes
5fd8e56 | 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 | body {
font-family: sans-serif;
font-size: 16px;
}
h1 {
font-size: 24px;
}
p {
margin-bottom: 10px;
}
a {
color: #000000;
text-decoration: none;
}
a:hover {
color: #0000ff;
}
.light-theme {
background-color: #ffffff;
color: #000000;
}
.dark-theme {
background-color: #000000;
color: #ffffff;
} |