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:
parent
05bba5135d
commit
ffe6a472a9
1 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue