Skip to content

Commit

Permalink
Fix graze
Browse files Browse the repository at this point in the history
  • Loading branch information
brodokk authored May 28, 2023
1 parent 5e60978 commit aab7f9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions blueberries.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 <brodokk@brodokk.space> (https://github.com/brodokk)
@version 1.1.1
@version 1.1.2
@license CC-BY
==/UserStyle== */

Expand Down Expand Up @@ -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%); */
Expand All @@ -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);
Expand Down Expand Up @@ -3066,4 +3066,4 @@
border-left-color: hsl(var(--hue), 16%, 27%);
}
}
}
}

0 comments on commit aab7f9b

Please sign in to comment.