File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments