website: add social links to docs pages

This commit is contained in:
Yangshun
2022-02-03 14:35:09 +08:00
parent c09da634d1
commit 0e57a84adf
10 changed files with 63 additions and 12 deletions

View File

@ -22,6 +22,8 @@
'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
'Helvetica Neue', sans-serif;
--ifm-font-size-base: 16px;
--ifm-footer-padding-vertical: 3rem;
}
html[data-theme='dark'] {
@ -34,6 +36,14 @@ html[data-theme='dark'] {
--ifm-color-primary-lightest: rgb(191, 191, 248);
}
.footer__links {
margin-bottom: 3rem;
}
.footer__copyright {
text-align: start;
}
.markdown h1 {
margin-top: 1rem;
}
@ -98,7 +108,7 @@ div[class^='announcementBar_'] {
}
.navbar-icon:hover {
opacity: 0.6;
opacity: 0.8;
}
.navbar-icon-github:before {