diff --git a/apollonvim.php b/apollonvim.php index 11c5c1d..b35a3cd 100644 --- a/apollonvim.php +++ b/apollonvim.php @@ -1,4 +1,4 @@ - +git diff --git a/assets/style.css b/assets/style.css index e6062bc..a686ad8 100644 --- a/assets/style.css +++ b/assets/style.css @@ -10,6 +10,10 @@ body { max-width: 1600px; margin: 0 auto; font-family: "Ubuntu", sans-serif; + background-color: #2a2828; +} +p { + color: white; } /* EOS ( header) */ @@ -65,6 +69,12 @@ nav li a { text-align: center; } +h1 { + color: #734f96; + margin-top: 50px; + margin-bottom: 50px; +} + h2 { color: #734f96; margin-top: 50px; @@ -124,6 +134,10 @@ p { margin-top: 10px; margin-bottom: 10px; } + .code-box { + width: auto; + height: auto; + } } /*Code Box*/