Compare commits

..

No commits in common. "cd3abbf18889b808be03dcf41a7a0c699c979124" and "74e079bb2a7ca689c7033bfbafc1cfbd514dd831" have entirely different histories.

3 changed files with 4 additions and 33 deletions

View File

@ -499,30 +499,6 @@ hr {
line-height: 1.7; line-height: 1.7;
} }
.gh-content table:not(.gist table) {
display: table;
width: 100%;
white-space: wrap;
table-layout: fixed;
}
.gh-content table:not(.gist table) td, .gh-content table:not(.gist table) th {
border: 0;
border-left: 1px solid var(--color-light-gray);
}
.gh-content table:not(.gist table) td:first-child {
border: 0;
border-right: 1px solid var(--color-light-gray);
padding-right: 20px;
background: 0;
}
.gh-content table:not(.gist table) td:last-child {
padding-left: 20px;
background: 0;
}
:is(.post-template, .page-template) .no-image .gh-content { :is(.post-template, .page-template) .no-image .gh-content {
margin-top: clamp(4rem, 2.14vw + 2.97rem, 6.4rem); margin-top: clamp(4rem, 2.14vw + 2.97rem, 6.4rem);
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "bifocal", "name": "bifocal",
"description": "A Ghost theme, based on Solo", "description": "A Ghost theme, based on Solo",
"version": "1.0.3", "version": "1.0.1",
"private": true, "private": true,
"engines": { "engines": {
"ghost": ">=5.0.0" "ghost": ">=5.0.0"
@ -43,11 +43,7 @@
"custom": { "custom": {
"navigation_layout": { "navigation_layout": {
"type": "select", "type": "select",
"options": [ "options": ["Logo on the left", "Logo in the middle", "Stacked"],
"Logo on the left",
"Logo in the middle",
"Stacked"
],
"default": "Logo on the left" "default": "Logo on the left"
}, },
"primary_header": { "primary_header": {
@ -103,6 +99,5 @@
"postcss": "8.4.38", "postcss": "8.4.38",
"postcss-easy-import": "4.0.0", "postcss-easy-import": "4.0.0",
"pump": "3.0.0" "pump": "3.0.0"
}, }
"dependencies": {}
} }

View File

@ -47,7 +47,7 @@
tocbot.init({ tocbot.init({
tocSelector: '.gh-toc', tocSelector: '.gh-toc',
contentSelector: '.gh-content', contentSelector: '.gh-content',
headingSelector: 'h2', headingSelector: 'h1, h2',
hasInnerContainers: true, hasInnerContainers: true,
}); });
</script> </script>