Fairy Floss theme colour tweaks
This commit is contained in:
parent
247d2787fe
commit
8a9e6b9f49
@ -517,3 +517,16 @@ a.mention, .notification__message .fa {
|
|||||||
.status.status-direct:not(.read), .account {
|
.status.status-direct:not(.read), .account {
|
||||||
border-bottom: 1px solid lighten($purple2, 8%);
|
border-bottom: 1px solid lighten($purple2, 8%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.drawer__inner__mastodon svg#hometownlogo {
|
||||||
|
fill: $ui-primary-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
.audio-player,
|
||||||
|
.audio-player .video-player__controls {
|
||||||
|
background: $ui-base-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
.video-player__buttons button {
|
||||||
|
color: $ui-primary-color;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user