change default theme to inter

This commit is contained in:
Samidy 2026-02-09 17:30:21 +03:00
parent 9ef747614c
commit 7c10b761bf

View file

@ -281,7 +281,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-family, 'IBM Plex Mono', monospace) !important;
font-family: var(--font-family, 'Inter', sans-serif) !important;
overflow: hidden;
transition:
background-color 0.3s ease,