diff --git a/Custom CSS.css b/Custom CSS.css index cf426013..4f0fef35 100644 --- a/Custom CSS.css +++ b/Custom CSS.css @@ -218,6 +218,43 @@ article table td, article table th { border-color: #da2573 !important; } + +.gist { + font-family: proxima-nova-condensed, sans-serif !important; + font-weight: 400 !important; + font-size: 18px !important; +} + +.gist .gist-meta { + font-family: proxima-nova-extra-condensed, sans-serif !important; + font-weight: 600 !important; + color: #1c0021 !important; +} + +.gist, .gist article, .gist article p { + font-family: proxima-nova-condensed, sans-serif !important; + font-weight: 400 !important; +} + + +.gist .gist-file .gist-data { + 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 !important; + font-weight: 400; +} + +.gist, .gist article, .gist article p { + white-space: normal !important; +} + +/* .gist .gist-hr { + display: hide !important; +} */ + hr { border: 2px solid red; }