Skip to content

Commit

Permalink
Apply style for .landing-page strong (mastodon#9892)
Browse files Browse the repository at this point in the history
  • Loading branch information
tribela authored and ClearlyClaire committed Jan 25, 2019
1 parent 04e2c67 commit 7739415
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/javascript/flavours/glitch/styles/about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,18 @@ $small-breakpoint: 960px;
margin-bottom: 0;
}

strong {
display: inline;
margin: 0;
padding: 0;
font-weight: 700;
background: transparent;
font-family: inherit;
font-size: inherit;
line-height: inherit;
color: lighten($darker-text-color, 10%);
}

.account {
border-bottom: 0;
padding: 0;
Expand Down

0 comments on commit 7739415

Please sign in to comment.