Fix logo size and darkmode

This commit is contained in:
Tanner Collin 2023-03-06 11:41:14 -07:00
parent 70876f195f
commit 1395f68ce9
3 changed files with 11 additions and 4 deletions

View File

@ -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

View File

@ -19,7 +19,7 @@
<div class="container">
<div class="logo">
<a href="/" aria-label="Return home">
<svg width="95.5mm" height="16.117mm" version="1.1" viewBox="0 0 95.5 16.117" xmlns="http://www.w3.org/2000/svg">
<svg version="1.1" viewBox="0 0 95.5 16.117" xmlns="http://www.w3.org/2000/svg">
<g transform="translate(-54.981 -31.784)">
<text transform="scale(.26458)" fill="#000000" font-family="Comfortaa" font-size="40px" style="line-height:1.25;shape-inside:url(#rect285);white-space:pre" xml:space="preserve"/>
<g transform="translate(12.422 17.444)" stroke-width=".26458" aria-label="SOLARPUNK CITY">
@ -61,7 +61,7 @@
</div>
<p class="footer">
© 20122022 Solarpunk City
© Solarpunk City
</p>
</body>
</html>

View File

@ -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;