From 5e215f56448d331d8a47ca56c1474749ccab9309 Mon Sep 17 00:00:00 2001 From: Saahil Date: Thu, 22 Aug 2024 14:00:03 -0400 Subject: [PATCH] attempt fix --- styles/ollama/catppuccin.user.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/ollama/catppuccin.user.css b/styles/ollama/catppuccin.user.css index dd97bbac1e..5d56a4a0f6 100644 --- a/styles/ollama/catppuccin.user.css +++ b/styles/ollama/catppuccin.user.css @@ -112,7 +112,7 @@ background-color: @mantle; color: @text !important; } - main,section,strong { + main,section,strong ,h3,ul{ color: @text !important; } button { @@ -128,7 +128,7 @@ li { color: @text !important; } - a[class=""] { + a[class~=""] { color: @blue; }