Fix graze
This commit is contained in:
parent
5e609785e7
commit
aab7f9bcf3
@ -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== */
|
||||
|
||||
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user