Add a cool arrow to gmi links!

This commit is contained in:
Lazarus 2023-08-01 19:47:15 +00:00 committed by Christophe HENRY
parent 8626aaf3e5
commit 4eb97465a0
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ h3::before {
content: "### ";
}
#gmi a::before {
content: "=> ";
}
blockquote {
margin: 0;
padding: 0;