From a20e1ec947261214eedc42ce689072900a9d07e4 Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Wed, 27 Jul 2022 00:44:43 +0100 Subject: [PATCH] . --- base.css | 5 ++++- dark.css | 2 +- index.go.html | 10 +++++----- light.css | 2 +- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/base.css b/base.css index 572eeb2..2f381b6 100644 --- a/base.css +++ b/base.css @@ -23,8 +23,11 @@ main{ } .home-button{ display: inline-block; + overflow: hidden; +} +.home-button > div{ font-size: 60px; - padding: 7px 10px 6px; + padding: 8px 10px; } .nav{ width: 100%; diff --git a/dark.css b/dark.css index 933eacc..a6a4bc7 100644 --- a/dark.css +++ b/dark.css @@ -9,7 +9,7 @@ a{ .header, .nav, footer{ background-color: #1d1d1e; } -.home-button, .menu a{ +.home-button > div, .menu a{ color: #e0e0e0; } .home-button:hover, .menu a:hover, .hmb:hover{ diff --git a/index.go.html b/index.go.html index 31a19ec..eb2b29a 100644 --- a/index.go.html +++ b/index.go.html @@ -16,14 +16,14 @@
{{ if .Light }} - - +
+
{{ else }} - +
{{ if eq .Parameters "" }} - +
{{ else }} - +
{{ end }} {{ end }} diff --git a/light.css b/light.css index 3871dea..26825a8 100644 --- a/light.css +++ b/light.css @@ -9,7 +9,7 @@ a{ .header, .nav, footer{ background-color: #e2e2e1; } -.home-button, .menu a{ +.home-button > div, .menu a{ color: #1f1f1f; } .home-button:hover, .menu a:hover, .hmb:hover{