fix: safari address bar color (#26346)

This commit is contained in:
Jason Rasmussen
2026-02-19 10:40:13 -05:00
committed by GitHub
parent 208c07af1f
commit f04efbb714
2 changed files with 13 additions and 0 deletions

View File

@@ -148,6 +148,10 @@
color: #3a3a3a;
}
body.asset-viewer-open {
background-color: black;
}
input:focus-visible {
outline-offset: 0px !important;
outline: none !important;