revert
Some checks are pending
Build and Test / build-and-test (macos-latest) (push) Waiting to run
Build and Test / build-and-test (ubuntu-latest) (push) Waiting to run
Build and Test / build-and-test (windows-latest) (push) Waiting to run
Build and Test / publish-tag (push) Waiting to run
/ test (push) Waiting to run
Deploy Quartz site to GitHub Pages / build (push) Waiting to run
Deploy Quartz site to GitHub Pages / deploy (push) Blocked by required conditions
Some checks are pending
Build and Test / build-and-test (macos-latest) (push) Waiting to run
Build and Test / build-and-test (ubuntu-latest) (push) Waiting to run
Build and Test / build-and-test (windows-latest) (push) Waiting to run
Build and Test / publish-tag (push) Waiting to run
/ test (push) Waiting to run
Deploy Quartz site to GitHub Pages / build (push) Waiting to run
Deploy Quartz site to GitHub Pages / deploy (push) Blocked by required conditions
This commit is contained in:
parent
7390615c3e
commit
c6e248df6d
2 changed files with 2 additions and 45 deletions
|
@ -14,4 +14,4 @@ code[data-theme*=" "] span {
|
||||||
|
|
||||||
[saved-theme="dark"] code[data-theme*=" "] span {
|
[saved-theme="dark"] code[data-theme*=" "] span {
|
||||||
color: var(--shiki-dark);
|
color: var(--shiki-dark);
|
||||||
}
|
}
|
|
@ -6,47 +6,4 @@ $topSpacing: 6rem;
|
||||||
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth;
|
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth;
|
||||||
$boldWeight: 700;
|
$boldWeight: 700;
|
||||||
$semiBoldWeight: 600;
|
$semiBoldWeight: 600;
|
||||||
$normalWeight: 400;
|
$normalWeight: 400;
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
$mobileGrid: (
|
|
||||||
templateRows: "auto auto auto auto auto",
|
|
||||||
templateColumns: "auto",
|
|
||||||
rowGap: "5px",
|
|
||||||
columnGap: "5px",
|
|
||||||
templateAreas:
|
|
||||||
'"grid-sidebar-left"\
|
|
||||||
"grid-header"\
|
|
||||||
"grid-center"\
|
|
||||||
"grid-sidebar-right"\
|
|
||||||
"grid-footer"',
|
|
||||||
);
|
|
||||||
$tabletGrid: (
|
|
||||||
templateRows: "auto auto auto auto",
|
|
||||||
templateColumns: "#{$sidePanelWidth} auto",
|
|
||||||
rowGap: "5px",
|
|
||||||
columnGap: "5px",
|
|
||||||
templateAreas:
|
|
||||||
'"grid-sidebar-left grid-header"\
|
|
||||||
"grid-sidebar-left grid-center"\
|
|
||||||
"grid-sidebar-left grid-sidebar-right"\
|
|
||||||
"grid-sidebar-left grid-footer"',
|
|
||||||
);
|
|
||||||
$desktopGrid: (
|
|
||||||
templateRows: "auto auto auto",
|
|
||||||
templateColumns: "#{$sidePanelWidth} auto #{$sidePanelWidth}",
|
|
||||||
rowGap: "5px",
|
|
||||||
columnGap: "5px",
|
|
||||||
templateAreas:
|
|
||||||
'"grid-sidebar-left grid-header grid-sidebar-right"\
|
|
||||||
"grid-sidebar-left grid-center grid-sidebar-right"\
|
|
||||||
"grid-sidebar-left grid-footer grid-sidebar-right"',
|
|
||||||
);
|
|
||||||
<<<<<<< HEAD
|
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
>>>>>>> parent of b41a266 (merge upstream)
|
|
||||||
=======
|
|
||||||
>>>>>>> parent of fd6c0cb (tweak)
|
|
||||||
=======
|
|
||||||
>>>>>>> parent of fd6c0cb (tweak)
|
|
Loading…
Reference in a new issue