Huge changes

This commit is contained in:
2026-03-08 13:04:05 +00:00
parent 51eb41965c
commit b19e3c1039
167 changed files with 1786 additions and 342 deletions

View File

@@ -60,6 +60,8 @@ body {
color: var(--fg);
transition: background-color 0.3s, color 0.3s;
font-family: Inter, sans-serif;
overflow-x: hidden;
padding-left: 1px;
}
.tag {
@@ -792,4 +794,3 @@ pre.src{
background-color: var(--code-bg);
color: var(--fg);
}