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

Added a reset to the announcement bar styles

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

- the reset was added to reduce the theme style conflict as much as possible
This commit is contained in:
Sodbileg Gansukh 2023-05-05 17:56:37 +08:00
parent 05bba5135d
commit ffe6a472a9

View file

@ -6,7 +6,8 @@
justify-content: center;
padding: 12px 48px;
min-height: 48px;
font-size: 1.5rem;
font-size: 15px;
line-height: 23px;
text-align: center;
}
@ -25,6 +26,10 @@
color: #fff;
}
.gh-announcement-bar * {
all: unset;
}
.gh-announcement-bar a {
color: #fff;
font-weight: 700;
@ -59,4 +64,5 @@
.gh-announcement-bar svg {
width: 10px;
height: 10px;
fill: currentColor;
}