Merge version_2 into main #1

Merged
development merged 3 commits from version_2 into main 2026-01-17 17:43:44 +00:00
Showing only changes of commit c6275514ae - Show all commits

View File

@@ -509,7 +509,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-fira-code), sans-serif;
font-family: var(--font-poppins), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -522,5 +522,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-fira-code), sans-serif;
font-family: var(--font-poppins), sans-serif;
}