initial commit lol
This commit is contained in:
commit
3037d7b4b1
6 changed files with 815 additions and 0 deletions
17
base.css
Normal file
17
base.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue