kz919's picture
Upload 21 files
5fd8e56 verified
raw
history blame contribute delete
No virus
381 Bytes
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;
}