website: misc ui tweaks

This commit is contained in:
Yangshun
2022-02-02 18:09:23 +08:00
parent ccaf0c1066
commit 752c423c84
4 changed files with 5 additions and 3 deletions

View File

@ -58,7 +58,6 @@ module.exports = {
],
},
footer: {
style: 'dark',
copyright: `Copyright © ${new Date().getFullYear()} Yangshun Tay. Built with Docusaurus.`,
links: [
{

View File

@ -25,6 +25,10 @@ html[data-theme='dark'] {
--ifm-color-primary-lightest: rgb(191, 191, 248);
}
.markdown h1 {
margin-top: 1rem;
}
@media screen and (max-width: 767px) {
:root {
--ifm-font-size-base: 16px;

View File

@ -66,7 +66,6 @@ export default function DocItem(props) {
)}
/>
)}
<div
className={clsx(ThemeClassNames.docs.docMarkdown, 'markdown')}>
{/*