Files
frigate/docs/src/components/LanguageAlert/styles.module.css
T

19 lines
291 B
CSS
Raw Normal View History

2025-05-06 22:49:49 +08:00
.alert {
2025-12-02 01:52:30 +08:00
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;
}