Browse Source

more artist page fixes.

pull/1/head
GilbN 7 years ago
parent
commit
2eb012181d
  1. 7
      CSS/themes/orgarr-blur.css
  2. 7
      CSS/themes/orgarr.css

7
CSS/themes/orgarr-blur.css

@ -729,6 +729,13 @@ pre {
border-top: none;
background-color: rgba(0, 0, 0, .25);
}
.ArtistIndexOverview-container-3_iEh:hover .ArtistIndexOverview-content-3zZhb {
background-color: hsla(0,0%,100%,.08);
}
.ArtistIndexBanner-title-3TKM6 {
background-color: rgba(0, 0, 0, .25);
color: #fff;
}
/* Table view*/

7
CSS/themes/orgarr.css

@ -685,6 +685,13 @@ pre {
border-top: none;
background-color: rgba(0, 0, 0, .25);
}
.ArtistIndexOverview-container-3_iEh:hover .ArtistIndexOverview-content-3zZhb {
background-color: hsla(0,0%,100%,.08);
}
.ArtistIndexBanner-title-3TKM6 {
background-color: rgba(0, 0, 0, .25);
color: #fff;
}
/* Table view*/

Loading…
Cancel
Save