diff --git a/blueberries.css b/blueberries.css index b0cac9a..8a6fb85 100644 --- a/blueberries.css +++ b/blueberries.css @@ -5,7 +5,7 @@ @homepageURL https://github.com/brodokk/Blueberries-Mastodon-UI-user-theme @supportURL https://github.com/brodokk/Blueberries-Mastodon-UI-user-theme/issues @author brodokk (https://github.com/brodokk) -@version 1.1.1 +@version 1.1.2 @license CC-BY ==/UserStyle== */ @@ -200,7 +200,7 @@ /* Graze toot fixes */ - .status .graze-toot-container { + .status .graze-toot-container, .detailed-status .graze-toot-container { /* border: 1px solid #606984; */ /* background: #383d4c; */ /* border: 1px solid hsl(225, 16%, 45%); */ @@ -209,7 +209,7 @@ background: hsl(var(--hue), 15%, 26%);; } - .status .graze-toot-container.site h2 { + .status .graze-toot-container.site h2, .detailed-status .graze-toot-container { /* color: rgba(255, 255, 255, 0.6); */ /* color: hsla(255, 0%, 100%, 0.6); */ color: hsla(var(--hue), 0%, 100%, 0.6); @@ -3066,4 +3066,4 @@ border-left-color: hsl(var(--hue), 16%, 27%); } } -} \ No newline at end of file +}