mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 12:43:12 +08:00
website: tweak font sizes
This commit is contained in:
@ -36,7 +36,7 @@ function initAd() {
|
||||
|
||||
const $newEl = document.createElement('div');
|
||||
$newEl.id = AD_ELEMENT_ID;
|
||||
$tocEl.append($newEl);
|
||||
$tocEl.prepend($newEl);
|
||||
|
||||
return $newEl;
|
||||
})();
|
||||
|
@ -7,6 +7,5 @@
|
||||
--ifm-color-primary-lighter: rgb(165, 165, 245);
|
||||
--ifm-color-primary-lightest: rgb(191, 191, 248);
|
||||
|
||||
--ifm-font-size-base: 16px;
|
||||
--ifm-code-font-size: 0.8rem;
|
||||
--ifm-font-size-base: 18px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user