1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-17 14:22:24 +02:00

Update unraid-base.css

This commit is contained in:
GilbN 2021-03-30 12:33:04 +02:00 committed by GitHub
parent 7852829216
commit 241b2c30eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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