From 5dcd3e4b80274e862cd643b59baa59495730c039 Mon Sep 17 00:00:00 2001 From: Guaxinim5573 Date: Wed, 13 Mar 2024 18:22:31 -0300 Subject: [PATCH] fix(tabnews): Contrast between viewed posts and new posts --- styles/tabnews/catppuccin.user.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/tabnews/catppuccin.user.css b/styles/tabnews/catppuccin.user.css index bd788ab65c..9191cfae16 100644 --- a/styles/tabnews/catppuccin.user.css +++ b/styles/tabnews/catppuccin.user.css @@ -2,7 +2,7 @@ @name TabNews Catppuccin @namespace github.com/catppuccin/userstyles/styles/tabnews @homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/tabnews -@version 0.0.2 +@version 0.0.3 @updateURL https://github.com/catppuccin/userstyles/raw/main/styles/tabnews/catppuccin.user.css @supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atabnews @description Soothing pastel theme for TabNews @@ -61,7 +61,7 @@ --fgColor-accent: @accent-color; --fgColor-onEmphasis: @text; --color-accent-fg: @accent-color; - --fgColor-muted: @subtext1; + --fgColor-muted: @overlay0; --borderColor-default: @surface0; --button-default-bgColor-rest: @base; --button-default-bgColor-hover: @crust;