From 4e54ad649dff806372a26bed4a98f8a49bfd1d81 Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Tue, 24 Aug 2021 16:38:19 +0200 Subject: [PATCH] bazarr base fixes --- CSS/themes/bazarr/bazarr-base.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CSS/themes/bazarr/bazarr-base.css b/CSS/themes/bazarr/bazarr-base.css index 4cf9cacf..0df59b81 100644 --- a/CSS/themes/bazarr/bazarr-base.css +++ b/CSS/themes/bazarr/bazarr-base.css @@ -10,7 +10,7 @@ /* Made by @gilbN */ /* https://github.com/gilbN/theme.park */ -@import url("https://theme-park/CSS/defaults/placeholders.css"); +@import url("https://theme-park.dev/CSS/defaults/placeholders.css"); * { outline: none; @@ -99,6 +99,10 @@ a:hover { color: var(--text-hover); } +.table-striped tbody tr:nth-of-type(odd) { + background-color: rgb(0 0 0 / 15%); +} + h1, h2, h3, @@ -305,7 +309,7 @@ label, /* PAGES */ .content-header.bg-dark { - background: var(--main-bg-color) !important; + background: var(--main-bg-color); background-repeat: repeat, no-repeat; background-attachment: fixed, fixed; background-position: center center, center center;