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;