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] {
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;
}
"""