diff --git a/_layouts/default.html b/_layouts/default.html index e9adf7f..c9fdb9d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -124,6 +124,28 @@ .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; width: 100%; @@ -175,9 +197,13 @@
-
-
- PyTutorials +
+
+
+ +