diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-01-25 11:37:49 +0100 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-01-25 11:37:49 +0100 |
commit | 04e2c673898203683a8a56f4910d07ba0685ed86 (patch) | |
tree | 25578e5b80973833f6d25380a1abb32cc116018a /app/javascript | |
parent | afec6b43eb856547ccc7083dbb677096d78821bf (diff) | |
parent | e1ec3a9f09add8a34b1a77ce217be8e51ebd4936 (diff) |
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/styles/mastodon/about.scss | 12 | ||||
-rw-r--r-- | app/javascript/styles/mastodon/reset.scss | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/about.scss b/app/javascript/styles/mastodon/about.scss index c6f249fab..b6c92a09e 100644 --- a/app/javascript/styles/mastodon/about.scss +++ b/app/javascript/styles/mastodon/about.scss @@ -845,6 +845,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; diff --git a/app/javascript/styles/mastodon/reset.scss b/app/javascript/styles/mastodon/reset.scss index e24ba8c1c..f54ed5bc7 100644 --- a/app/javascript/styles/mastodon/reset.scss +++ b/app/javascript/styles/mastodon/reset.scss @@ -54,7 +54,7 @@ table { } html { - scrollbar-color: lighten($ui-base-color, 4%) transparent; + scrollbar-color: lighten($ui-base-color, 4%) rgba($base-overlay-background, 0.1); } ::-webkit-scrollbar { |