mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-26 19:41:29 +08:00

* add docs chinese i18n * fix some broken links * update some i18n * update chinese docs * add chinese community docs * Change docs i18n chinese label
13 lines
223 B
CSS
13 lines
223 B
CSS
.alert {
|
|
padding: 12px;
|
|
background: #fff8e6;
|
|
border-bottom: 1px solid #ffd166;
|
|
text-align: center;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.alert a {
|
|
color: #1890ff;
|
|
font-weight: 500;
|
|
margin-left: 6px;
|
|
} |