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:
parent
16ea824f71
commit
e50bc87780
1 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue