Browse Source

Update unraid-base.css

pull/179/head
GilbN 4 years ago
committed by GitHub
parent
commit
241b2c30eb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      CSS/themes/unraid/unraid-base.css

5
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;
}
}

Loading…
Cancel
Save