Fix light theme issues with the favourite modal and some background colors (#1902)

* Fix favourite modal styling in glitch-soc light theme

* Fix unnecessary difference between glitch-soc's light theme and upstream's
This commit is contained in:
Claire
2022-11-07 10:34:18 +01:00
committed by GitHub
parent b67e0c94a6
commit c493c967d6
4 changed files with 11 additions and 17 deletions

View File

@ -382,7 +382,7 @@ html {
.picture-in-picture__header,
.picture-in-picture__footer,
.reactions-bar__item {
background: $ui-base-color;
background: $white;
border: 1px solid lighten($ui-base-color, 8%);
}