[Glitch] Make the 'Trending now' header a link to Explore.

Port cec1e902e0 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Connor Shea
2022-11-27 15:49:32 -07:00
committed by Claire
parent 98c5ca1037
commit f51990bd62
2 changed files with 13 additions and 4 deletions

View File

@ -1051,12 +1051,16 @@
margin-top: 10px;
h4 {
border-bottom: 1px solid lighten($ui-base-color, 8%);
padding: 10px;
font-size: 12px;
text-transform: uppercase;
color: $darker-text-color;
padding: 10px;
font-weight: 500;
border-bottom: 1px solid lighten($ui-base-color, 8%);
a {
color: $darker-text-color;
text-decoration: none;
}
}
@media screen and (max-height: 810px) {