Compare commits

...

2 Commits

Author SHA1 Message Date
7d59079d1e Mise à jour de la couleurs des liens 2026-08-26 23:45:27 +02:00
9f282d647d Fix path for footer 2026-08-25 19:15:24 +02:00
3 changed files with 13 additions and 4 deletions

View File

@@ -26,8 +26,12 @@ line-height: 3.1em;
background: #121212;
}
body a {
color: #809fff;
a {
color: #eee;
}
article a {
color: #5d85ff;
}
.content {

View File

@@ -429,6 +429,11 @@ hr {
a {
color: #454545;
}
article a {
color: #0b36b8;
}
table {
color: #141823;
border-collapse: collapse;

View File

@@ -8,7 +8,7 @@
<footer class="content card card-container" >
<h3>The Octet Press is <a href="{{ .Site.BaseURL }}about-me/">N07070's</a> blog.</h3>
<small>It's self-hosted, low-tech, without javascript and static, as it should be.</small>
<sup><a href="{{ .Site.BaseURL}}/notes/why-no-js/" rel="nofollow">Why ?</a></sup>
<sup><a href="{{ .Site.BaseURL}}notes/why-no-js/" rel="nofollow">Why ?</a></sup>
<br>
<p> Page last modified on {{ .Lastmod }}</p>
</footer>