diff --git a/assets/scss/colors.scss b/assets/scss/colors.scss index 3f0e3db..6660277 100644 --- a/assets/scss/colors.scss +++ b/assets/scss/colors.scss @@ -50,7 +50,7 @@ a.footer-nav-item:hover { } color: $dark-bg-alt; background-color: $dark-bg; - border-color: $dark-bg; + border-color: $dark-bg; transition: $trans-short; } @@ -86,14 +86,12 @@ footer a { .togglelabel.light::after { background-color: $light-bg; - border-color: $light-bg; color: $light-bg-alt; transition: $transition-time; } .togglelabel::after { background-color: $dark-bg; - border-color: $dark-bg; color: $dark-bg-alt; transition: $transition-time; } @@ -201,7 +199,6 @@ a:hover { color: $dark-bg; background-color: $dark-ln; transition: $trans-short; - border-color: $dark-ln; } .previous.light:hover, @@ -211,7 +208,6 @@ article.light a:hover { color: $light-bg; background-color: $light-ln; transition: $trans-short; - border-color: $light-ln; } .light.hash-link:hover, diff --git a/assets/scss/font.scss b/assets/scss/font.scss index d33f27f..4d53277 100644 --- a/assets/scss/font.scss +++ b/assets/scss/font.scss @@ -19,12 +19,6 @@ $small: 12pt; font-size: $small; } -p, -.postdescription, -ul { - line-height: 2em; -} - h1{ font-size: $huge; } diff --git a/assets/scss/layout.scss b/assets/scss/layout.scss index adf3972..d346ac1 100644 --- a/assets/scss/layout.scss +++ b/assets/scss/layout.scss @@ -7,7 +7,7 @@ body { } footer { - min-height: $footer-height; + height: $footer-height; position: sticky; display: flex; align-items: center; @@ -93,10 +93,6 @@ p code{ align-items: center; } -.postinfo { - text-align: right; -} - h1, h2, h3, @@ -110,7 +106,6 @@ h6 { justify-content: right; display: flex; align-items: center; - text-align: right; } h2, @@ -126,7 +121,6 @@ article { margin-inline: auto; } - .titlecontainer, header{ width: 100%; diff --git a/assets/scss/style.scss b/assets/scss/style.scss index 8a1999d..3d82cf1 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -4,6 +4,7 @@ $toggle-height: 24pt; * { border-width: 2pt; + transition: ease-in-out; } input[type="checkbox"] { @@ -92,10 +93,3 @@ h6 { border-width: 0.24em; padding-left: 2em; } - -p a, -.postdescription a, -ul a{ - border-style: solid; - padding: 0.12em; -} diff --git a/layouts/_default/list.html b/layouts/_default/list.html index dae6de4..56a37f8 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -12,8 +12,7 @@ {{ range .Pages }}

- {{.Title}}

{{.Description}}
- + {{.Title}} {{ end }}
diff --git a/layouts/index.html b/layouts/index.html index 7bfd51d..aa3ebdb 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,10 +1,10 @@ {{ define "main" }} -
-

{{ .Site.Title }}

-
-
+
+

{{ .Site.Title }}

+
+

{{ .Content }}

-
+
{{ end }}