mirror of
https://github.com/WizisCool/Nezha-Traffic-Alarm-Generator.git
synced 2026-01-11 15:40:43 +08:00
21 lines
273 B
CSS
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;
|
|
} |