diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-03-23 08:52:41 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-03-23 08:52:41 +0100 |
commit | 276b26b6141e7eb9f319a0719e472d582c014099 (patch) | |
tree | 334e6100b9c8aa1d07d11a4ad34a8befb954124a /app/javascript/styles | |
parent | 33e7ef4d3d163125d73826143edcc0a0f7470781 (diff) | |
parent | 749fe73ec4500d78b3deb8cdd260ff6eb6c66e7c (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 57b265f95..713d24c0f 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -1154,6 +1154,43 @@ .audio-player { margin-top: 8px; } + + &.light { + .status__relative-time, + .status__visibility-icon { + color: $light-text-color; + } + + .status__display-name { + color: $inverted-text-color; + } + + .display-name { + color: $light-text-color; + + strong { + color: $inverted-text-color; + } + } + + .status__content { + color: $inverted-text-color; + + a { + color: $highlight-text-color; + } + + a.status__content__spoiler-link { + color: $primary-text-color; + background: $ui-primary-color; + + &:hover, + &:focus { + background: lighten($ui-primary-color, 8%); + } + } + } + } } .detailed-status__meta { |