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

@ -6,7 +6,7 @@ sidebar_label: Top companies
:::info :::info
With COVID around, many companies are doing remote interviews even for the onsite rounds, so the instructions will differ. Due to COVID travel restrictions, many companies hold interviews remotely even for the onsite rounds, so the instructions might differ.
::: :::

View File

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

View File

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

View File

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