hauntweb/css/default.css

37 lines
498 B
CSS
Raw Normal View History

2024-02-13 01:42:33 +00:00
html, body {
2024-02-18 06:28:49 +00:00
font-size: 16px;
2024-02-20 05:01:44 +00:00
font-family: monaspace;
2024-02-25 02:37:27 +00:00
src: url("../fonts/iosevka-term-thin.ttf") format('truetype');
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;
2024-02-25 02:25:29 +00:00
max-width: 720px;
2024-02-13 01:42:33 +00:00
}