mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 13:34:13 +03:00
Some checks are pending
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
* 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;
|
|
}
|