This commit is contained in:
2025-10-10 17:16:08 +08:00
parent ed947743fc
commit 062b1e24e9
281 changed files with 536 additions and 109 deletions

View File

@@ -0,0 +1,27 @@
LunarClockLabel#lb_time {
color: rgba(255,255,255,255);
font: 96px "Arial Black";
font-weight: bold;
}
LunarClockLabel#lb_date {
color: rgba(255,255,255,255);
font: 18px "Consolas";
font-weight: bold;
}
QLabel#lb_name {
color: rgba(255,255,255,255);
}
QFrame#line_left,
QFrame#line_right {
border: none;
background-color: rgba(255, 255, 255, 40);
}
QLabel#lb_proverb {
color: rgba(255,255,255,255);
font: 20px "Consolas";
font-weight: bold;
}