Update main.css

This commit is contained in:
Руслан 2023-12-31 22:08:35 +06:00 committed by GitHub
parent e42ed10b71
commit 943ea8aaa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {