[mv3] Forgot to commit new CSS file

This commit is contained in:
Raymond Hill 2025-05-19 19:02:41 -04:00
parent 13b7f381b2
commit a59daf5978
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -0,0 +1,11 @@
:root .safari {
display: none;
}
:root.safari .safari {
display: initial;
}
.warning {
color: var(--info2-ink);
}