mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-24 11:51:39 +08:00
* docs: update chinese readme * style: Improve the styling of the Chinese document jump tips bar in dark mode * docs: add license translation
19 lines
291 B
CSS
19 lines
291 B
CSS
.alert {
|
|
padding: 12px;
|
|
background: #fff8e6;
|
|
border-bottom: 1px solid #ffd166;
|
|
text-align: center;
|
|
font-size: 15px;
|
|
}
|
|
|
|
[data-theme="dark"] .alert {
|
|
background: #3b2f0b;
|
|
border-bottom: 1px solid #665c22;
|
|
}
|
|
|
|
.alert a {
|
|
color: #1890ff;
|
|
font-weight: 500;
|
|
margin-left: 6px;
|
|
}
|