rename logo pngs

This commit is contained in:
2025-12-27 21:17:05 -08:00
parent 01668a6b29
commit f2ddbf3e9d
4 changed files with 5 additions and 5 deletions

View File

@ -70,13 +70,13 @@ header img {
}
@media (prefers-color-scheme: light) {
#dark-logo {
#logo-dark {
display: none;
}
}
@media (prefers-color-scheme: dark) {
#light-logo {
#logo-light {
display: none;
}
}

View File

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

View File

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -13,7 +13,7 @@
<meta property="og:type" content="article" />
<meta property="og:url" content="/" />
<meta property="og:description" content="Solstice Market at the Beall Greenhouses" />
<meta property="og:image" content="/img/light-logo.png" />
<meta property="og:image" content="/img/logo-light.png" />
<meta property="og:image:alt" content="Linework icon depicting a sunrise or sunset with two clouds, in a blue and orange color scheme" />
<!-- CSS -->
<link rel="stylesheet" href="/css/main.css">
@ -22,8 +22,8 @@
<body>
<div id="content">
<header>
<img id="dark-logo" src="/img/dark-logo.png" alt="Linework icon depicting a sunrise or sunset with two clouds, in a blue and orange color scheme">
<img id="light-logo" src="/img/light-logo.png" alt="Linework icon depicting a sunrise or sunset with two clouds, in a blue and orange color scheme">
<img id="logo-dark" src="/img/logo-dark.png" alt="Linework icon depicting a sunrise or sunset with two clouds, in a blue and orange color scheme">
<img id="logo-light" src="/img/logo-light.png" alt="Linework icon depicting a sunrise or sunset with two clouds, in a blue and orange color scheme">
<h1>Solstice Market at the Beall Greenhouses</h1>
</header>
<main>