Ajout d'un lien vers le code source

This commit is contained in:
Miraty 2019-05-18 15:24:35 +02:00
parent d2524e6d78
commit c13177325f
3 changed files with 28 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# pkt2n
Pourquoi tant de N en ce monde ?
Pourquoi tant de N en ce monde ?
[https://pkt2n.antopie.org](https://pkt2n.antopie.org)

View File

@ -46,5 +46,11 @@
?>
<footer>
<a class="lienCodeSource" href="https://code.antopie.org/miraty/pkt2n/">Code source</a>
</footer>
</body>
</html>

View File

@ -57,6 +57,25 @@ input[type=submit], textarea {
}
.lienCodeSource {
color: @texteLienCodeSource;
font-size: 12px;
margin-bottom: -20px;
text-align: right;
transition: color 0.2s;
&:hover {
color: lighten(@texteLienCodeSource, 10%);
}
}
footer {
position: fixed;
top: 5px;
right: 5px;
}
@media (max-width: 640px) { // Version mobile
textarea {