mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-29 21:23:14 +08:00
website: add social links to docs pages
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user