added loading bg to other pages/fix bug

This commit is contained in:
ygg2 2024-10-25 22:23:45 -04:00
parent 65ea9ed0d9
commit c5a34df847
7 changed files with 125 additions and 108 deletions

View file

@ -1,5 +1,6 @@
/* General */
body {
height: 100%;
margin: 0;
background: var(--secondary-bg);
font-family: var(--font);