Huge updates

This commit is contained in:
2026-03-08 13:03:34 +00:00
parent 56b9342fd2
commit d391094ad6
58 changed files with 3084 additions and 771 deletions

View File

@@ -62,14 +62,26 @@
--kb-card-text: #e5e7eb;
}
@font-face {
font-family: 'Times';
src: url('../fonts/times.ttf') format('ttf');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Noto';
src: url('../fonts/NotoSans-Regular.ttf') format('ttf');
font-weight: normal;
font-style: normal;
}
html, body{
background-color: var(--bg);
color: var(--fg);
font-size: 16px;
transition: background-color .3s, color .3s;
margin: 0;
margin: 0;
font-family: 'Noto', sans-serif;
}
h1, h2, h3{ color: var(--heading); }