Added new DarkMode style.

This commit is contained in:
2026-01-06 22:39:41 +01:00
parent be44a70a57
commit 4dd278dbf7
8 changed files with 288 additions and 133 deletions

View File

@@ -11,8 +11,8 @@ QWidget
QLabel#_headerLabel
{
font-size: 14pt;
font-weight: bold;
font-size: 18pt;
/*font-weight: bold;*/
}
/*
@@ -79,7 +79,7 @@ QToolButton:pressed
QToolButton:checked
{
background-color: green;/*#0078D4;*/
background-color: #AAAAAA;
color: #FFFFFF;
}