Skip to content

Instantly share code, notes, and snippets.

@trauber
Created May 27, 2020 00:14
Embed
What would you like to do?

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