hauntweb/css/default.css

36 lines
432 B
CSS
Raw Normal View History

2024-02-13 01:42:33 +00:00
html, body {
2024-02-13 04:37:34 +00:00
font-size: 18px;
font-family: iosevka;
2024-02-13 01:42:33 +00:00
background: #000000;
color: #00FF66;
line-height: 1.25;
}
a {
color: #ACFFBD;
text-decoration: none;
font-weight: bold;
}
a:hover {
text-decoration: underline;
}
header {
text-align: center;
}
footer {
text-align: center;
}
#code {
background: #1c1c1c;
color: #FF8C00;
}
#block {
margin: auto;
max-width: 640px;
}