From 5fc583f64be0e369842b3f15eb868f4b884e5063 Mon Sep 17 00:00:00 2001 From: sageTheDM Date: Tue, 8 Oct 2024 07:35:51 +0200 Subject: [PATCH] Fixed the animation bug with the h2 (models) for chromium --- app/styles/global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/styles/global.css b/app/styles/global.css index e3d771c..e31066b 100644 --- a/app/styles/global.css +++ b/app/styles/global.css @@ -66,3 +66,7 @@ input:hover { select{ background-color: var(--input-background-color); } + +h1, h2, h3, h4, p{ + color: var(--text-color); +}