Update mono theme a touch

master
JD Cantrell 6 years ago
parent 9b759f42f7
commit 6aa2452cbf

@ -4,7 +4,14 @@ I found some old site designs and decided to update them to work as ghost themes
also so that it's easier to see the old designs in action.
##Getting started
Install ghost for local develop in ./ghost.
Install ghost for local develop in ./ghost:
```
yarn global add ghost-cli
mkdir ghost
cd ghost
~/.yarn/bin/ghost install local
```
When you first create a theme you have to zip it up and upload it via the interface, but then you
can go into ./ghost/content/themes and remove the directory and symlink instead.

@ -584,8 +584,12 @@ input, select {
padding: 0 1em;
color: #322d34;
background-color: #149bda;
display: inline-block;
display: block;
text-align: center;
font-weight: bold; }
@media (min-width: 500px) {
.page-header-title {
display: inline-block; } }
.page-header-title a {
color: #322d34; }
@ -605,4 +609,8 @@ input, select {
color: #322d34; }
.post-content img {
width: 100%;
max-width: 700px; }
.post-content li {
list-style: initial; }

Loading…
Cancel
Save