Skip to content

Instantly share code, notes, and snippets.

@jeop10
Last active July 18, 2018 09:13
Show Gist options
  • Save jeop10/e73f52fbdc9cdfa4169923a011cc9933 to your computer and use it in GitHub Desktop.
Save jeop10/e73f52fbdc9cdfa4169923a011cc9933 to your computer and use it in GitHub Desktop.
Highlight subreddit name on home and multireddits (RES)
body:not([class*="res-r-"]) .tagline .subreddit {
font-weight: bold;
background: #cee3f8;
border-radius: 2px;
color: #369;
/* display: inline-block; */
font-size: 11px;
/* font-weight: 500; */
line-height: 15px;
margin-right: .5em;
padding: 0 2px;
/* vertical-align: middle; */
white-space: nowrap;
}
body:not([class*="res-r-"]) .gilded-icon {
position: relative;
display: inline-block;
margin: 0 0 -14px 8px;
top: -8px;
color: #99895F;
font-size: .9em;
vertical-align: middle;
}
body:not([class*="res-r-"]) .tagline, .search-result-meta {
font-size: 11px;
line-height: 2.5em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment