Skip to content

Instantly share code, notes, and snippets.

@trauber
Created May 27, 2020 00:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trauber/b6070d46f8079230339a6f753f17a116 to your computer and use it in GitHub Desktop.
Save trauber/b6070d46f8079230339a6f753f17a116 to your computer and use it in GitHub Desktop.

Just added some custom css to TS theme in "customize->additional css".

h1.entry-title {
box-sizing: border-box;
color: rgb(53, 53, 53);
font-family: Alice;
font-size: 38px;
font-weight: 600;
line-height: 38px;
margin-bottom: 30px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline-color: rgb(53, 53, 53);
outline-style: none;
outline-width: 0px;
overflow-wrap: break-word;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
position: relative;
}

h3.post-title {
box-sizing: border-box;
color: rgb(53, 53, 53);
font-family: Alice;
font-size: 36px;
font-weight: 600;
line-height: 36px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline-color: rgb(53, 53, 53);
outline-style: none;
outline-width: 0px;
overflow-wrap: break-word;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment