website: misc ui tweaks

pull/261/head
Yangshun 3 years ago
parent ccaf0c1066
commit 752c423c84

@ -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.
::: :::

@ -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: [
{ {

@ -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;

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

Loading…
Cancel
Save