Compare commits

..

No commits in common. "943ea8aaa9300d8a1f6988b2f3e28dcb9ab5d1b9" and "65e17a323eaea970048287d7f4d86d612d4e0cd7" have entirely different histories.

2 changed files with 6 additions and 2 deletions

View File

@ -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;
@ -118,7 +123,6 @@ pre {
line-height: 1.4; line-height: 1.4;
padding: 1em; padding: 1em;
white-space: pre-wrap; white-space: pre-wrap;
word-break: break-word;
} }
.highlight pre ::selection { .highlight pre ::selection {

Binary file not shown.