forked from React-Group/interstellar_ai
Fixed the animation bug with the h2 (models) for chromium
This commit is contained in:
parent
d1602e3ad7
commit
5fc583f64b
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue