Created
June 25, 2019 05:47
-
-
Save r7kamura/a221eb618a81feb84ffe691448156cd8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* <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