website: change list bullets to checkmark

This commit is contained in:
Yangshun
2022-02-04 18:08:09 +08:00
parent e23c75a7e6
commit 96ed24637b
2 changed files with 8 additions and 3 deletions

View File

@ -36,6 +36,10 @@ html[data-theme='dark'] {
--ifm-color-primary-lightest: rgb(191, 191, 248);
}
.navbar__items {
font-size: 0.9rem;
}
.footer__links {
margin-bottom: 3rem;
}