commit 89510fe503568494706214c4ca7c4bee3a4c16cf
parent 6a928382ed488220230921b07b3153e987035d12
Author: Francesco Saccone <francesco@francescosaccone.com>
Date: Tue, 18 Mar 2025 15:20:46 +0100
feat: make hr border the same color as header and footer
Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>
Diffstat:
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/public/style.css b/public/style.css
@@ -87,6 +87,11 @@ img {
max-width: 100%;
}
+hr,
+blockquote {
+ border-color: #acacac;
+}
+
hr {
border: solid 0.1em;
margin: 1em 0;
@@ -167,8 +172,9 @@ sup {
color: #e4e4e4;
}
+ hr,
blockquote {
- border-left-color: #535353;
+ border-color: #535353;
}
code,