Skip to content

Instantly share code, notes, and snippets.

@taznica
Created December 3, 2020 17:57
Show Gist options
  • Save taznica/88fe0288fbb402881c6f3d9819296ab5 to your computer and use it in GitHub Desktop.
Save taznica/88fe0288fbb402881c6f3d9819296ab5 to your computer and use it in GitHub Desktop.
/*! @theme orange */
/* $color-white: #FFFFF0; */
/* $color-black: #323232; */
/* $color-green: #42B983; */
@import 'default';
section {
background-color: #FFFFF0;
color: #323232;
font-family: 'Segoe UI';
justify-content: start;
}
section > h1 {
color: #323232;
margin-top: 0em;
margin-bottom: 1.5em;
}
section > h5 {
color: #787878;
margin-bottom: 0em;
}
/* for center text usage */
section > h6 {
color: #323232;
font-size: 1.3em; /* same as h2 */
text-align: center;
}
section > h1 strong {
color: #F4C14F;
}
section > h2 strong {
color: #F4C14F;
}
section > h3 strong {
color: #F4C14F;
}
section > h4 strong {
color: #F4C14F;
}
section > h5 strong {
color: #F4C14F;
}
section > h6 strong {
color: #F4C14F;
}
section a {
text-decoration: underline;
}
section strong {
color: #F4C14F;
}
/* code block */
section > pre {
margin-top: 0.6em;
margin-bottom: 1.8em;
border: 0px solid;
background-color: #f0f0f0;
}
section.title {
background-color: #F4C14F;
color: #FFFFF0;
justify-content: center;
}
section.title > h1 {
color: #FFFFF0;
margin-bottom: 0em;
}
section.title > footer {
color: #FFFFF0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment