From 65a2237531413894bca6b1989035386674549264 Mon Sep 17 00:00:00 2001 From: osbm Date: Wed, 9 Apr 2025 00:49:24 +0300 Subject: [PATCH] beautify footnotes --- src/styles/global.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/styles/global.css b/src/styles/global.css index 55e1357..d5fb0ca 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -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; +} +