option to use gradient backgrounds

This commit is contained in:
j 2025-02-15 00:24:00 +01:00
commit c7ce34b0da
8 changed files with 214 additions and 1 deletions

View file

@ -6,6 +6,12 @@
--title: rgb(240, 240, 240);
}
html, body {
overscroll-behavior: none;
background-color: var(--bg);
}
@font-face {
font-family: "wrong font";
src: url("https://files.pad.ma/ttf/wrongfont.woff") format("woff");