Compare commits

...

4 Commits

Author SHA1 Message Date
65e17a323e
Update main.css 2023-12-29 03:42:40 +06:00
6f515ecd00
Delete static/agave.ttf 2023-12-29 03:34:01 +06:00
f5425ee26a
Update main.css 2023-12-29 03:33:41 +06:00
d68719f351
Add files via upload 2023-12-29 03:32:04 +06:00
3 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,11 @@
--maincolor: peachpuff; --maincolor: peachpuff;
} }
@font-face {
font-family: 'fantasque-sans-mono';
src: url('//fruw.org/fantasque-sans-mono.woff2');
}
html { html {
background-color: black; background-color: black;
background-image: url("https://mm4rk3t.neocities.org/gif/stars.gif"); background-image: url("https://mm4rk3t.neocities.org/gif/stars.gif");
@ -9,7 +14,7 @@ html {
background-attachment: fixed; background-attachment: fixed;
background-position: center top; background-position: center top;
color: #232333; color: #232333;
font-family: monospace; font-family: "fantasque-sans-mono", monospace;
font-size: 15px; font-size: 15px;
line-height: 1.6em; line-height: 1.6em;
scrollbar-color: var(--maincolor) black; scrollbar-color: var(--maincolor) black;

Binary file not shown.

Binary file not shown.