mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 07:07:16 +03:00
Compare commits
4 Commits
577172877f
...
65e17a323e
Author | SHA1 | Date | |
---|---|---|---|
65e17a323e | |||
6f515ecd00 | |||
f5425ee26a | |||
d68719f351 |
@ -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,7 +14,7 @@ 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;
|
||||
|
BIN
static/agave.ttf
BIN
static/agave.ttf
Binary file not shown.
BIN
static/fantasque-sans-mono.woff2
Normal file
BIN
static/fantasque-sans-mono.woff2
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user