Fix logo size and darkmode
This commit is contained in:
parent
70876f195f
commit
1395f68ce9
|
@ -1,6 +1,6 @@
|
||||||
Title: Helios Alpha
|
Title: Helios Alpha
|
||||||
Date: 2023-03-06
|
Date: 2023-03-06
|
||||||
Category: Designs
|
Category: Designs
|
||||||
Summary: A one-tank Kratky hydroponics design
|
Summary: A one-tank Kratky hydroponics system.
|
||||||
|
|
||||||
Content here
|
Content here
|
|
@ -19,7 +19,7 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="/" aria-label="Return home">
|
<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)">
|
<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"/>
|
<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">
|
<g transform="translate(12.422 17.444)" stroke-width=".26458" aria-label="SOLARPUNK CITY">
|
||||||
|
@ -61,7 +61,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="footer">
|
<p class="footer">
|
||||||
© 2012–2022 Solarpunk City
|
© Solarpunk City
|
||||||
</p>
|
</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -49,8 +49,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
width: 10rem;
|
max-width: 100%;
|
||||||
|
width: 30rem;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container .logo a {
|
.container .logo a {
|
||||||
|
@ -179,6 +181,11 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logo {
|
||||||
|
-webkit-filter: invert(100%); /* safari 6.0 - 9.0 */
|
||||||
|
filter: invert(100%);
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-bottom: 1px solid #fff;
|
border-bottom: 1px solid #fff;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user