Files
Aldbg/interface/style.css
2025-02-24 20:39:55 +08:00

21 lines
289 B
CSS

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