mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 07:07:16 +03:00
Compare commits
2 Commits
65e17a323e
...
943ea8aaa9
Author | SHA1 | Date | |
---|---|---|---|
943ea8aaa9 | |||
e42ed10b71 |
@ -2,11 +2,6 @@
|
||||
--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");
|
||||
@ -14,7 +9,7 @@ html {
|
||||
background-attachment: fixed;
|
||||
background-position: center top;
|
||||
color: #232333;
|
||||
font-family: "fantasque-sans-mono", monospace;
|
||||
font-family: monospace;
|
||||
font-size: 15px;
|
||||
line-height: 1.6em;
|
||||
scrollbar-color: var(--maincolor) black;
|
||||
@ -123,6 +118,7 @@ pre {
|
||||
line-height: 1.4;
|
||||
padding: 1em;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.highlight pre ::selection {
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user