0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Added explicit rules to announcement bar styles

refs https://github.com/TryGhost/Team/issues/3143

- due to the reset, some default styles stopped working
- this adds those missing explicit styles
This commit is contained in:
Sodbileg Gansukh 2023-05-05 18:22:01 +08:00
parent 16ea824f71
commit e50bc87780

View file

@ -26,10 +26,18 @@
color: #fff; color: #fff;
} }
.gh-announcement-bar * { .gh-announcement-bar *:not(path) {
all: unset; all: unset;
} }
.gh-announcement-bar strong {
font-weight: 700;
}
.gh-announcement-bar :is(i, em) {
font-style: italic;
}
.gh-announcement-bar a { .gh-announcement-bar a {
color: #fff; color: #fff;
font-weight: 700; font-weight: 700;