Skip to content

Instantly share code, notes, and snippets.

@r7kamura
Created June 25, 2019 05:47
Show Gist options
  • Save r7kamura/a221eb618a81feb84ffe691448156cd8 to your computer and use it in GitHub Desktop.
Save r7kamura/a221eb618a81feb84ffe691448156cd8 to your computer and use it in GitHub Desktop.
/* <system section="theme" selected="life"> */
@import url("/css/theme/life/life.css");
/* </system> */
body {
color: rgba(0, 0, 0, 0.8);
line-height: 1.7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
}
.entry-content {
font-size: 17px;
max-width: 880px;
}
.entry-content a.keyword {
border-bottom: 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
border-bottom: 0;
margin-top: 2em;
}
.entry-title {
font-size: 2rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment