Fixed the animation bug with the h2 (models) for chromium

This commit is contained in:
sageTheDM 2024-10-08 07:35:51 +02:00
parent d1602e3ad7
commit 5fc583f64b

View file

@ -66,3 +66,7 @@ input:hover {
select{ select{
background-color: var(--input-background-color); background-color: var(--input-background-color);
} }
h1, h2, h3, h4, p{
color: var(--text-color);
}