diff --git a/_layouts/default.html b/_layouts/default.html index d0edded..771d55c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -48,8 +48,8 @@ border: 1px solid #00326d; margin: 5px; } - .highlight .hll { color: #000000 background-color: #d5e3f3 } - .highlight { border: 0px; background: #d5e3f3; } + .highlight .hll { color: #000000; background-color: #d5e3f3 } + .highlight { color: #000000; border: 0px; background: #d5e3f3; } .highlight .c { color: #408080; font-style: italic } /* Comment */ .highlight .err { border: 1px solid #FF0000 } /* Error */ .highlight .k { color: #008000; font-weight: bold } /* Keyword */ @@ -123,28 +123,6 @@ .highlight .code { color: #000000; font-family: 'Courier New', monospace; } .code { color: #000000; font-family: 'Courier New', monospace; } code { color: #000000; font-family: 'Courier New', monospace; } - - darkblue-title-override { - line-height: 37px; - font-size: 22px; - font-size: 1.375rem; - color: #fff - font-family: "SharpSansWeb-Medium","Arial",Arial,sans-serif; - position: static; - } - - darkblue-container-override { - position: relative; - padding-right: 0; - padding-left: 0; - width: 100vw; - left: 50%; - transform: translateX(-50%); - background-color: #00326d; - z-index: 1; - overflow: hidden; - transition: 0.3s ease-in-out - } table { border-collapse: collapse; @@ -197,9 +175,9 @@ -