Compare commits
3 Commits
b60f43b224
...
83edb739a6
| Author | SHA1 | Date | |
|---|---|---|---|
| 83edb739a6 | |||
| e894e75850 | |||
| c81e0fffa9 |
13
css/main.css
13
css/main.css
@ -162,25 +162,18 @@ nav {
|
||||
nav a {
|
||||
text-decoration: none;
|
||||
font-size: 1.2rem;
|
||||
color: var(--color-accent);
|
||||
padding: 0 .25rem;
|
||||
border: solid thin;
|
||||
border: solid thin var(--color-accent);
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
@media (any-hover: hover) {
|
||||
nav a:hover {
|
||||
background-color: var(--color-accent);
|
||||
color: var(--color-bg);
|
||||
outline: solid .25rem var(--color-accent);
|
||||
outline-offset: .1rem;
|
||||
}
|
||||
}
|
||||
|
||||
nav a:focus-visible {
|
||||
outline: none;
|
||||
background-color: var(--color-accent);
|
||||
color: var(--color-bg);
|
||||
}
|
||||
|
||||
footer {
|
||||
width: 95%;
|
||||
margin: 0 auto;
|
||||
|
||||
10
index.html
10
index.html
@ -1,18 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Solstice Market at the Beall Greenhouses</title>
|
||||
<title>Markets at the Beall Greenhouses</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="utf-8">
|
||||
<!-- Meta -->
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
<link rel="canonical" href="/" />
|
||||
<meta name="description" content="Solstice Market at the Beall Greenhouses" />
|
||||
<meta name="description" content="Markets at the Beall Greenhouses" />
|
||||
<meta name="robots" content="index,follow" />
|
||||
<meta property="og:title" content="Solstice Market at the Beall Greenhouses" />
|
||||
<meta property="og:title" content="Markets at the Beall Greenhouses" />
|
||||
<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:description" content="Markets at the Beall Greenhouses" />
|
||||
<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 -->
|
||||
@ -50,7 +50,7 @@
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
<p>brought to you in 2025</p>
|
||||
<p>brought to you in 2026</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user