change default theme to inter
This commit is contained in:
parent
9ef747614c
commit
7c10b761bf
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ html {
|
||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-family, 'IBM Plex Mono', monospace) !important;
|
font-family: var(--font-family, 'Inter', sans-serif) !important;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition:
|
transition:
|
||||||
background-color 0.3s ease,
|
background-color 0.3s ease,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue