Nezha-Traffic-Alarm-Generator/styles.css
Wiz 7c55ed0727 Init
Init
2024-04-25 23:04:11 +08:00

21 lines
273 B
CSS

body {
background-color: #f8f9fa;
}
.container {
max-width: 800px;
}
.form-group label {
font-weight: bold;
}
#ruleOutput {
font-family: 'Courier New', Courier, monospace;
white-space: pre-wrap;
word-break: break-all;
}
.rule-output {
min-height: 200px;
}