Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Jul 25, 2024
1 parent 4288025 commit 8d74394
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/dawn/assets/built/screen.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/dawn/assets/built/screen.css.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions packages/dawn/assets/css/blog/single.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@
margin-top: 2rem;
}

.single-content code {
color: var(--color-primary-text);
}

@media (max-width: 767px) {
.single-header {
margin-bottom: 3rem;
Expand Down
8 changes: 6 additions & 2 deletions packages/dawn/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dawn",
"description": "A Ghost theme",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"engines": {
"ghost": ">=5.0.0"
Expand Down Expand Up @@ -44,7 +44,11 @@
"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"
},
"title_font": {
Expand Down

0 comments on commit 8d74394

Please sign in to comment.