Merge pull request #29 from emmawinston/fairy-floss-theme-tweaks

Fairy Floss theme colour tweaks
This commit is contained in:
Darius Kazemi 2019-10-10 08:55:36 -07:00 committed by GitHub
commit f31276985a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -352,6 +352,18 @@ a.mention, .notification__message .fa {
border: 4px solid $purple2;
}
.public-layout .public-account-header__image {
background: $ui-base-color;
}
.public-layout .public-account-header__image .originalheader svg, .originalmascotimg svg {
fill: $ui-primary-color;
}
.public-layout .public-account-header__image .originalheader h1 a.brand {
color: $ui-primary-color;
}
.public-layout .header .nav-button {
background: darken($purple3, 4%);
&:hover, &:focus {
@ -517,3 +529,16 @@ a.mention, .notification__message .fa {
.status.status-direct:not(.read), .account {
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;
}