Merge version_7 into main #6

Merged
development merged 2 commits from version_7 into main 2025-12-28 10:23:48 +00:00
Showing only changes of commit e56f56a088 - Show all commits

View File

@@ -495,7 +495,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-inter), sans-serif;
font-family: var(--font-lato), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -508,5 +508,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-inter), sans-serif;
font-family: var(--font-lato), sans-serif;
}