Bug fixes #113

Merged
Patrick_Pluto merged 5 commits from sageTheDm/interstellar_ai:main into main 2024-10-08 07:45:34 +02:00
Showing only changes of commit e512280efd - Show all commits

View file

@ -69,4 +69,11 @@ select{
h1, h2, h3, h4, p{
color: var(--text-color);
font-family: var(--font-family);
font-weight: 500;
}
p{
font-weight: 400;
font-size: var(--font-size)
}