diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 346d520..245605f 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -1,8 +1,4 @@ /* Layout */ -.header { - padding: 10px; -} - .page { display: flex; } @@ -21,6 +17,10 @@ padding: 14px 20px; } +.navbar-items { + float: right; +} + body { margin: 0; display: flex; @@ -48,17 +48,8 @@ body { /* Styling */ -.header { - text-align: center; - background: #1a406b; - color: lightgray; -} -.header h1 { - font-size: 40px; -} - #navbar { - background-color: #222; + background-color: #091a2c; } #navbar a { color: lightgray; @@ -66,7 +57,7 @@ body { text-decoration: none; } #navbar a:hover { - background-color: #444; + background-color: #0e2a46; color: white; } .side { diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 34bdadc..93afac2 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,7 +4,6 @@ {{- partial "head.html" . -}} - {{- partial "header.html" . -}} {{ partial "navbar.html" . }}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html deleted file mode 100644 index e29e243..0000000 --- a/layouts/partials/header.html +++ /dev/null @@ -1,3 +0,0 @@ -
-

{{ .Site.Title | markdownify }}

-
diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html index 48541f2..652a550 100644 --- a/layouts/partials/navbar.html +++ b/layouts/partials/navbar.html @@ -1,6 +1,11 @@