Add a footer link to the git repo (#49)
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #49
Reviewed-by: valberg <valberg@orn.li>
Co-authored-by: Benjamin Bach <benjamin@overtag.dk>
Co-committed-by: Benjamin Bach <benjamin@overtag.dk>
This commit is contained in:
Benjamin Bach 2024-08-14 05:08:02 +00:00 committed by valberg
parent 52b38abf2a
commit c81481747f
2 changed files with 6 additions and 1 deletions

View file

@ -504,6 +504,11 @@ footer {
opacity: 0.8; opacity: 0.8;
} }
footer a, footer a:visited, footer a:active {
color: var(--dust);
text-decoration: underline;
}
span.time_remaining { span.time_remaining {
color: var(--fade); color: var(--fade);
} }

View file

@ -106,7 +106,7 @@
</article> </article>
</main> </main>
<footer> <footer>
data.coop membersystem version 0.0.1 data.coop membersystem alpha - report issues on <a href="https://git.data.coop/data.coop/membersystem/">git</a>
</footer> </footer>
<script> <script>
const themeSwitcher = document.getElementById('theme-switcher'); const themeSwitcher = document.getElementById('theme-switcher');