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;
}
@font-face {
font-family: 'fantasque-sans-mono';
src: url('//fruw.org/fantasque-sans-mono.woff2');
}
html {
background-color: black;
background-image: url("https://mm4rk3t.neocities.org/gif/stars.gif");
@ -9,14 +14,14 @@ html {
background-attachment: fixed;
background-position: center top;
color: #232333;
font-family: monospace;
font-family: "fantasque-sans-mono", monospace;
font-size: 15px;
line-height: 1.6em;
scrollbar-color: var(--maincolor) black;
scrollbar-width: thin;
}
body{
body {
display: block;
margin: 0;
color: white;

Binary file not shown.

Binary file not shown.