Add a cool arrow to gmi links!

This commit is contained in:
Lazarus 2023-08-01 19:47:15 +00:00
parent 74be30ea78
commit c2410788be
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;