change nav buttons focus color

This commit is contained in:
2025-06-12 15:50:24 +07:00
parent a4a3271df9
commit 79e2ad1997

View File

@ -53,14 +53,14 @@ NAV_BUTTON_STYLE = """
} }
NavLabel[checked = true] { NavLabel[checked = true] {
background: rgba(0,122,255,0); background: rgba(0,122,255,0);
color: #09bec8; color: #409EFF;
font-weight: normal; font-weight: normal;
text-decoration: underline; text-decoration: underline;
border-radius: 15px; border-radius: 15px;
} }
NavLabel:hover { NavLabel:hover {
background: none; background: none;
color: #09bec8; color: #409EFF;
} }
""" """