This commit is contained in:
acite
2025-02-24 20:27:28 +08:00
parent 4a7622807a
commit ad2f85d6e1
36 changed files with 3981 additions and 1091 deletions

20
interface/style.css Normal file
View File

@@ -0,0 +1,20 @@
/* 设置窗口的背景颜色 */
/* 设置标签的字体样式 */
label {
font-size: 16px;
font-weight: bold;
}
headerbar.cont {
background-color: #66CC00;
}
headerbar.trap {
background-color: #CC6600;
}
label.highlight {
color: #CC6600;
font-weight: bold;
}