From 402e1b099c88aac53af2f372cde46998492af46a Mon Sep 17 00:00:00 2001 From: Frank419 Date: Thu, 29 Aug 2024 18:33:36 +0800 Subject: [PATCH] Misc styling issues. Used variables instead of fixed values. --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 9f82507..804cac0 100644 --- a/style.css +++ b/style.css @@ -215,8 +215,8 @@ button:focus { .minimalistflex-master table tbody tr:nth-child(2n) { background-color: color-mix( in srgb, - #f0f0f0, - transparent 25% + var(--minimalistflex-header-sidebar), + transparent 50% ) }