Compare commits

...

2 Commits

Author SHA1 Message Date
943ea8aaa9
Update main.css 2023-12-31 22:08:35 +06:00
e42ed10b71
Delete static/fantasque-sans-mono.woff2 2023-12-31 21:57:59 +06:00
2 changed files with 2 additions and 6 deletions

View File

@ -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,7 +9,7 @@ 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;
@ -123,6 +118,7 @@ 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.