diff --git a/content/Helios Alpha.md b/content/Helios Alpha.md index 77c212a..bc851f7 100644 --- a/content/Helios Alpha.md +++ b/content/Helios Alpha.md @@ -1,6 +1,6 @@ Title: Helios Alpha Date: 2023-03-06 Category: Designs -Summary: A one-tank Kratky hydroponics design +Summary: A one-tank Kratky hydroponics system. Content here \ No newline at end of file diff --git a/themes/theme/templates/base.html b/themes/theme/templates/base.html index c1133a3..36be8e0 100644 --- a/themes/theme/templates/base.html +++ b/themes/theme/templates/base.html @@ -19,7 +19,7 @@
diff --git a/themes/theme/templates/style.css b/themes/theme/templates/style.css index 2b40d3a..d6295b9 100644 --- a/themes/theme/templates/style.css +++ b/themes/theme/templates/style.css @@ -49,8 +49,10 @@ } .logo { - width: 10rem; + max-width: 100%; + width: 30rem; height: auto; + margin: 0 auto; } .container .logo a { @@ -179,6 +181,11 @@ color: #fff; } + .logo { + -webkit-filter: invert(100%); /* safari 6.0 - 9.0 */ + filter: invert(100%); + } + a { color: #fff; border-bottom: 1px solid #fff;