From 05235ee325b804cce731755ffb487345393e4b06 Mon Sep 17 00:00:00 2001 From: Saahil Date: Thu, 22 Aug 2024 14:01:21 -0400 Subject: [PATCH] text-black selector --- styles/ollama/catppuccin.user.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles/ollama/catppuccin.user.css b/styles/ollama/catppuccin.user.css index 5d56a4a0f6..f810a5656d 100644 --- a/styles/ollama/catppuccin.user.css +++ b/styles/ollama/catppuccin.user.css @@ -115,6 +115,9 @@ main,section,strong ,h3,ul{ color: @text !important; } + .text-black * { + color: @text !important; + } button { // background-color: @surface2; color: @text;