mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 07:07:16 +03:00
Update main.css
This commit is contained in:
parent
d68719f351
commit
f5425ee26a
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user