+ +
+

+ This site is a work in progress! If you experience issues, + please try waiting a minute and re-loading before reaching out with + questions. +

+
+

FediZineFest 2025

- What: + What

A zine sharing and distribution project for the fediverse.

- Who: + Who

-

- Two groups: artists and backers. -

- +

Artists (cap of 20)

@@ -48,7 +54,7 @@

- When: + When

Early-mid 2025. Exact dates proposed below. diff --git a/styles/main.css b/styles/main.css index 683207e..0cd2d7b 100644 --- a/styles/main.css +++ b/styles/main.css @@ -3,7 +3,7 @@ --color-bg: #f0f0f0; --color-text-main: #640054; --color-text-header: #185370; - --color-primary: #FFFF00; + --color-warn: #FBCC0A; --wrapper-height: 87vh; --image-max-width: 300px; --image-margin: 3rem; @@ -32,14 +32,6 @@ format("opentype"); } -/* Links */ -a:link, -a:visited { - color: var(--color-text-header); - font-size: 1.1rem; - text-decoration: underline solid 3px var(--color-text-main); -} - /* Navigation grid */ .footer { display: flex; @@ -64,6 +56,15 @@ body { color: var(--color-text-main); } +/* Links */ +a:link, +a:visited { + color: var(--color-text-header); + font-size: 1.1rem; + font-weight: bold; + border-radius: 1rem; +} + /* Page structure */ .wrapper { min-height: var(--wrapper-height);