Skip to content

Commit

Permalink
Fix forum post background when using apollostage or variant
Browse files Browse the repository at this point in the history
  • Loading branch information
itismadness committed Aug 15, 2021
1 parent 3a6fb02 commit 8af5fd8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions sass/apollostage/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ div#flip_view_1 div#similar-artist .name {
background: rgba(60, 60, 60, 0.7);
color: $base-text-color;
margin: 0;
padding: 0 5px;
padding: 0 5px;
}

#covers img {
Expand Down Expand Up @@ -1574,13 +1574,19 @@ span[style*='color: blue'] {
.torrentdetails,
.wrap_overflow,
blockquote {
background-color: $input-background-color;
-webkit-hyphens: unset;
-ms-hyphens: unset;
hyphens: unset;
word-wrap: unset;
}

.filelist_table td,
.reportinfo_table,
.torrentdetails,
blockquote {
background-color: $input-background-color;
}

#bookmarks #torrent_table tr:not(.colhead):not(.colhead_dark) td:nth-child(2) {
border-top: 1px solid transparent;
height: 100%;
Expand Down

0 comments on commit 8af5fd8

Please sign in to comment.