Update podcast.css

Make podcast plugin more follow the user's theme
This commit is contained in:
PlayBox Tech
2021-10-07 12:35:56 -05:00
committed by GitHub
parent 9e92679802
commit 7818247b02

View File

@@ -53,7 +53,7 @@
.podcast-full-list li { .podcast-full-list li {
padding: .1em 1em 1em 1em; padding: .1em 1em 1em 1em;
min-height: 20em; min-height: 20em;
background: #eee; background: inherit;
border-radius: 2em; border-radius: 2em;
margin-bottom: 2em; margin-bottom: 2em;
} }
@@ -76,4 +76,4 @@
.podcast-content-image { .podcast-content-image {
display: none; display: none;
} }
} }