Skip to content

Instantly share code, notes, and snippets.

@aseeon
Created June 24, 2016 17:56
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save aseeon/619b40c52a8eacebcf7c9198ac448c15 to your computer and use it in GitHub Desktop.
Save aseeon/619b40c52a8eacebcf7c9198ac448c15 to your computer and use it in GitHub Desktop.
Just Read custom theme
body {
font-family: 'Calibri', 'Georgia', sans-serif;
background-color: #F3F2EE;
color: #1F0909;
}
a, a:visited, a:hover {
color: #065588;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
div.simple-author, div.simple-date {
display: inline;
padding-left: 5px;
padding-right: 20px;
border-left: 1px solid #000;
font-size: 20px;
}
.simple-container {
max-width: 1000px;
margin: 0 auto;
padding-top: 70px;
padding-bottom: 20px;
font-size: 38px;
line-height: 48px;
}
img {
max-width: 100%;
}
@bacarpenter
Copy link

Love it! Is there any way to increase the space between lines?? See error below.
Screen Shot 2020-11-28 at 8 09 22 PM

@sfarhan13
Copy link

Using this theme. It is perfect.
Thank You

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment