Compare commits
No commits in common. "cd3abbf18889b808be03dcf41a7a0c699c979124" and "74e079bb2a7ca689c7033bfbafc1cfbd514dd831" have entirely different histories.
cd3abbf188
...
74e079bb2a
|
@ -499,30 +499,6 @@ hr {
|
|||
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 {
|
||||
margin-top: clamp(4rem, 2.14vw + 2.97rem, 6.4rem);
|
||||
}
|
||||
|
|
11
package.json
11
package.json
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "bifocal",
|
||||
"description": "A Ghost theme, based on Solo",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.1",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"ghost": ">=5.0.0"
|
||||
|
@ -43,11 +43,7 @@
|
|||
"custom": {
|
||||
"navigation_layout": {
|
||||
"type": "select",
|
||||
"options": [
|
||||
"Logo on the left",
|
||||
"Logo in the middle",
|
||||
"Stacked"
|
||||
],
|
||||
"options": ["Logo on the left", "Logo in the middle", "Stacked"],
|
||||
"default": "Logo on the left"
|
||||
},
|
||||
"primary_header": {
|
||||
|
@ -103,6 +99,5 @@
|
|||
"postcss": "8.4.38",
|
||||
"postcss-easy-import": "4.0.0",
|
||||
"pump": "3.0.0"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue