mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
11 lines
No EOL
127 B
CSS
11 lines
No EOL
127 B
CSS
:root .safari {
|
|
display: none;
|
|
}
|
|
|
|
:root.safari .safari {
|
|
display: initial;
|
|
}
|
|
|
|
.warning {
|
|
color: var(--info2-ink);
|
|
} |