Skip to content

Commit

Permalink
#54
Browse files Browse the repository at this point in the history
  • Loading branch information
extratone committed Apr 26, 2021
1 parent dcf9508 commit d6a8b95
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions Custom CSS.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,35 +129,50 @@ h2 {
}

h3 {
color: #1c0021 !important;
font-family: proxima-nova-extra-condensed, sans-serif;
font-weight: 600;
font-size: 1.3em !important;
}

h4 {
color: #1c0021 !important;
font-family: proxima-nova-condensed, sans-serif;
font-size: 1em !important;
}

h5 {
color: #1c0021 !important;
font-family: proxima-nova-condensed, sans-serif;
font-size: 1em !important;
}

h6 {
color: #1c0021 !important;
font-family: proxima-nova-condensed, sans-serif;
font-size: .85em !important;
}

code {
background-color:#f7ff85 !important;
border: 1px solid #00006b !important;
border-radius: 2px !important;
font-size: 0.75em !important;
/* background-color:#f7ff85 !important; */
/* border: 1px solid #da2573 !important;
border-radius: 1px !important; */
font-size: 0.85em !important;
color: #1c0021 !important;
font-family: proxima-nova-condensed, sans-serif;
font-weight: 400;
/* padding: 0px 0px 0px 0px !important; */
}

body #post pre, body#collection pre, body#post pre, body#subpage pre {
background: #FFFdeb; !important;
border: 1px solid #da2573 !important;
border-radius: 1px !important;
font-size: 0.85em !important;
color: #1c0021 !important;
font-family: proxima-nova-condensed, sans-serif;
font-weight: 400;
padding: 0px 0px 0px 0px !important;
/* padding: 0px 0px 0px 0px !important; */
}

.post-title a:visited,
Expand Down

0 comments on commit d6a8b95

Please sign in to comment.