2024-02-13 01:42:33 +00:00
|
|
|
html, body {
|
2024-02-25 02:45:37 +00:00
|
|
|
font-size: 16px;
|
2024-03-30 01:55:39 +00:00
|
|
|
font-family: iosevka;
|
2024-02-25 02:45:37 +00:00
|
|
|
background: #000000;
|
|
|
|
color: #00FF66;
|
|
|
|
line-height: 1.25;
|
2024-02-25 02:43:36 +00:00
|
|
|
}
|
2024-02-25 02:45:37 +00:00
|
|
|
|
2024-02-13 01:42:33 +00:00
|
|
|
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:45:37 +00:00
|
|
|
max-width: 640px;
|
2024-02-13 01:42:33 +00:00
|
|
|
}
|