1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-15 00:57:32 +02:00

bazarr base fixes

This commit is contained in:
Marius 2021-08-24 16:38:19 +02:00
parent d249f59563
commit 4e54ad649d

View File

@ -10,7 +10,7 @@
/* Made by @gilbN */ /* Made by @gilbN */
/* https://github.com/gilbN/theme.park */ /* 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; outline: none;
@ -99,6 +99,10 @@ a:hover {
color: var(--text-hover); color: var(--text-hover);
} }
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgb(0 0 0 / 15%);
}
h1, h1,
h2, h2,
h3, h3,
@ -305,7 +309,7 @@ label,
/* PAGES */ /* PAGES */
.content-header.bg-dark { .content-header.bg-dark {
background: var(--main-bg-color) !important; background: var(--main-bg-color);
background-repeat: repeat, no-repeat; background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed; background-attachment: fixed, fixed;
background-position: center center, center center; background-position: center center, center center;