From 79e2ad19973ffa6ebdfb6a2c43cc4862e5cf3186 Mon Sep 17 00:00:00 2001 From: dervart Date: Thu, 12 Jun 2025 15:50:24 +0700 Subject: [PATCH] change nav buttons focus color --- portprotonqt/themes/standart/styles.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portprotonqt/themes/standart/styles.py b/portprotonqt/themes/standart/styles.py index 15f6c41..ae0fca2 100644 --- a/portprotonqt/themes/standart/styles.py +++ b/portprotonqt/themes/standart/styles.py @@ -53,14 +53,14 @@ NAV_BUTTON_STYLE = """ } NavLabel[checked = true] { background: rgba(0,122,255,0); - color: #09bec8; + color: #409EFF; font-weight: normal; text-decoration: underline; border-radius: 15px; } NavLabel:hover { background: none; - color: #09bec8; + color: #409EFF; } """