diff --git a/css/main.css b/css/main.css
index 90ef115..da7a057 100644
--- a/css/main.css
+++ b/css/main.css
@@ -44,6 +44,16 @@ main {
}
}
+#wip {
+ background-color: light-dark(var(--color-dark), var(--color-light));
+ color: light-dark(var(--color-light), var(--color-dark));
+ margin: 1rem 0;
+ text-align: center;
+ padding: 1rem .5rem;
+ border: solid .25rem light-dark(var(--color-orange-light), var(--color-orange-dark));
+ border-radius: 1rem;
+}
+
header img {
display: block;
max-height: 25vh;
@@ -74,7 +84,20 @@ h2 {
a {
font-weight: bold;
- text-decoration: solid underline .25rem;
+ text-decoration: solid underline .25rem light-dark(var(--color-orange-dark), var(--color-orange-light));
+ transition: text-decoration-thickness .5s;
+ margin: 0 .25rem;
+}
+
+a:hover {
+ text-decoration-thickness: .5rem;
+}
+
+a:focus {
+ text-decoration: none;
+ outline: solid .25rem light-dark(var(--color-orange-dark), var(--color-orange-light));
+ outline-offset: .1rem;
+ border-radius: .1rem;
}
#content p {
@@ -90,30 +113,33 @@ a {
#artists {
display: flex;
flex-wrap: wrap;
- justify-content: center;
+ justify-content: space-evenly;
}
.artist {
margin: .5rem 0 0 1.25rem;
}
+.artist img {
+ max-height: 35vh;
+ max-width: 100%;
+ border-radius: 1rem;
+}
+
@media (max-width: 650px) {
.artist {
margin-left: .625rem;
}
-}
-.artist img {
- max-height: 35vh;
- max-width: 100%;
-}
-
-@media (max-width: 650px) {
.artist img {
max-width: 100%;
}
}
+.artist h3 {
+ text-align: center;
+}
+
footer {
width: 95%;
margin: 0 auto;
@@ -130,6 +156,10 @@ footer a {
text-decoration-color: light-dark(var(--color-orange-light), var(--color-orange-dark));
}
+footer a:focus {
+ outline-color: light-dark(var(--color-orange-light), var(--color-orange-dark));
+}
+
#contacts {
display: flex;
flex-wrap: wrap;
diff --git a/index.html b/index.html
index 36a640a..a3a5cd9 100644
--- a/index.html
+++ b/index.html
@@ -19,6 +19,8 @@
+ under construction! information is incomplete and may be incorrect
+
Solstice Market at the Beall Greenhouses
@@ -28,7 +30,7 @@
When?
- .
+ .
Where?
Studios in the former cold storage facility at the old Beall Greenhouses: 18527 Beall Rd SW, Vashon, WA 98070