diff --git a/README.md b/README.md index ffaf32e..5147a75 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # pkt2n -Pourquoi tant de N en ce monde ? \ No newline at end of file +Pourquoi tant de N en ce monde ? + +[https://pkt2n.antopie.org](https://pkt2n.antopie.org) \ No newline at end of file diff --git a/index.php b/index.php index f8926d8..ca8d6e2 100755 --- a/index.php +++ b/index.php @@ -46,5 +46,11 @@ ?> + + + + diff --git a/style.less b/style.less index d8211c9..7311547 100644 --- a/style.less +++ b/style.less @@ -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 {