initial commit lol

This commit is contained in:
martyTF 2025-11-24 16:39:58 +01:00
commit 3037d7b4b1
6 changed files with 815 additions and 0 deletions

17
base.css Normal file
View file

@ -0,0 +1,17 @@
@font-face {
font-family: "Mono Code";
src: url("src/FiraCodeNerdFont-Regular.ttf");
}
* {
font-family: "Mono Code";
color: var(--mtf-font-color);
}
body {
background-color: var(--mtf-background-color);
/* background-image: var(--mtf-background-image); */
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}