style of post
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending

This commit is contained in:
Mylloon 2023-04-25 02:45:42 +02:00
parent c6a1f3efcb
commit 44404922aa
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 17 additions and 2 deletions

View file

@ -7,6 +7,7 @@
--code-bg-color: #eeeeee;
--quote-border-color: #9852fa;
--quote-bg-color: #d8d6d6;
--link-hover-color: #fd62af;
}
}
@ -19,6 +20,7 @@
--code-bg-color: #333333;
--quote-border-color: #bd93f9;
--quote-bg-color: #273341;
--link-hover-color: #ff80bf;
}
}
@ -56,7 +58,7 @@ h4:hover > a::before,
h5:hover > a::before,
h6:hover > a::before {
visibility: visible;
text-decoration: none;
color: var(--font-color);
}
h1 > a::before,
@ -88,6 +90,19 @@ footer {
text-align: center;
}
footer > * {
text-transform: uppercase;
font-weight: bold;
font-size: calc(var(--font-size) / 1.2);
letter-spacing: 0.15rem;
opacity: 0.6;
text-decoration: none;
}
a:hover {
color: var(--link-hover-color);
}
/* Marge for numbers */
.hljs {
margin-inline: 0.4em;

View file

@ -1,3 +1,3 @@
<footer>
<a href="/blog">Retour à la liste des posts</a>
<a href="/blog">> Retour à la liste des posts</a>
</footer>