diff --git a/CSS/themes/unraid/unraid-base.css b/CSS/themes/unraid/unraid-base.css index 12d429fb..b3e78437 100644 --- a/CSS/themes/unraid/unraid-base.css +++ b/CSS/themes/unraid/unraid-base.css @@ -10,6 +10,9 @@ /* Made by @gilbN */ /* https://github.com/gilbN/theme.park */ +* { + outline: none; +} body { color: var(--text); background: var(--main-bg-color); @@ -417,4 +420,4 @@ blockquote { unraid-authed::part(div[data-v-050c892a] > button) { background: pink !important; -} \ No newline at end of file +}