From 752c423c84ef77de1287c2a34cbfd744e272aa6a Mon Sep 17 00:00:00 2001 From: Yangshun Date: Wed, 2 Feb 2022 18:09:23 +0800 Subject: [PATCH] website: misc ui tweaks --- contents/interview-formats-top-companies.md | 2 +- website/docusaurus.config.js | 1 - website/src/css/custom.css | 4 ++++ website/src/theme/DocItem/index.js | 1 - 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/contents/interview-formats-top-companies.md b/contents/interview-formats-top-companies.md index 6bad93fc..a060f6e9 100644 --- a/contents/interview-formats-top-companies.md +++ b/contents/interview-formats-top-companies.md @@ -6,7 +6,7 @@ sidebar_label: Top companies :::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. ::: diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 954e2eae..852185a3 100755 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -58,7 +58,6 @@ module.exports = { ], }, footer: { - style: 'dark', copyright: `Copyright © ${new Date().getFullYear()} Yangshun Tay. Built with Docusaurus.`, links: [ { diff --git a/website/src/css/custom.css b/website/src/css/custom.css index 3c7899be..fa32d5ee 100755 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -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; diff --git a/website/src/theme/DocItem/index.js b/website/src/theme/DocItem/index.js index d1dced00..fae45525 100644 --- a/website/src/theme/DocItem/index.js +++ b/website/src/theme/DocItem/index.js @@ -66,7 +66,6 @@ export default function DocItem(props) { )} /> )} -
{/*