misc: add announcement bar

This commit is contained in:
Yangshun
2021-11-05 10:41:40 +08:00
parent a1cb7ce4e6
commit 0901ab14b2
2 changed files with 10 additions and 0 deletions

View File

@ -37,3 +37,9 @@ html[data-theme='dark'] {
--ifm-h3-font-size: 1.25rem;
}
}
div[class^='announcementBar_'] {
background-color: var(--ifm-color-primary);
color: #fff;
font-weight: bold;
}