Skip to content

Commit 69763ce

Browse files
author
Kimmo Virtanen
committed
added github link
1 parent 88d848c commit 69763ce

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

polls/static/polls/css/app.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,6 +1065,24 @@ td {
10651065
color: #9d3c17;
10661066
}
10671067

1068+
.site-footer {
1069+
padding: 0 1rem 1rem;
1070+
text-align: center;
1071+
font-size: 0.92rem;
1072+
color: var(--ink-soft);
1073+
}
1074+
1075+
.site-footer a {
1076+
color: var(--accent-strong);
1077+
text-decoration: underline;
1078+
text-underline-offset: 0.12em;
1079+
}
1080+
1081+
.site-footer a:hover,
1082+
.site-footer a:focus-visible {
1083+
color: var(--accent);
1084+
}
1085+
10681086
.dialog-backdrop {
10691087
position: fixed;
10701088
inset: 0;

polls/templates/polls/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,5 +893,10 @@ <h2 id="auth-title">[[ t('login') ]]</h2>
893893
</form>
894894
</section>
895895
</main>
896+
<footer class="site-footer">
897+
<a href="https://github.com/Wikimedia-Suomi/TimePoll" target="_blank" rel="noopener noreferrer">
898+
GitHub: Wikimedia-Suomi/TimePoll
899+
</a>
900+
</footer>
896901
</body>
897902
</html>

0 commit comments

Comments
 (0)