Add a footer link to the git repo
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
Benjamin Bach 2024-08-13 10:39:01 +02:00
parent 52b38abf2a
commit dae666a12e
No known key found for this signature in database
GPG key ID: 486F0D69C845416E
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');