beautify footnotes

This commit is contained in:
Osman Faruk Bayram 2025-04-09 00:49:24 +03:00
parent 0ddbaa3c62
commit 65a2237531

View file

@ -83,3 +83,12 @@ code .line::before {
font-weight: normal;
font-style: normal;
}
.footnotes {
margin-top: 3rem;
padding: 2rem;
background-color: rgb(15, 20, 35);
font-size: 0.9rem;
border-radius: 5px;
}