Compressed images, use WebP, mention Forgejo

This commit is contained in:
Pascal Engélibert 2023-04-16 20:43:55 +02:00
commit 63694b54b7
Signed by: tuxmain
GPG key ID: 3504BC6D362F7DCA
25 changed files with 190 additions and 32 deletions

View file

@ -118,6 +118,14 @@ code, pre {
font-family: SourceCodePro, monospace, monospace;
}
code {
background-color: rgba(255, 128, 0, 0.3);
}
pre code {
background-color: initial;
}
.anchor, .anchor:visited {
margin-left: -1rem;
margin-right: 0.75rem;