mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 07:07:16 +03:00
Compare commits
No commits in common. "65e17a323eaea970048287d7f4d86d612d4e0cd7" and "577172877f226866c43d79ddb11922d75503c216" have entirely different histories.
65e17a323e
...
577172877f
@ -2,11 +2,6 @@
|
|||||||
--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");
|
||||||
@ -14,14 +9,14 @@ html {
|
|||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-position: center top;
|
background-position: center top;
|
||||||
color: #232333;
|
color: #232333;
|
||||||
font-family: "fantasque-sans-mono", monospace;
|
font-family: 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;
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body{
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: white;
|
color: white;
|
||||||
|
BIN
static/agave.ttf
Normal file
BIN
static/agave.ttf
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user