From 0cb6a5c81271a61e930505f3315b1d67bdf22724 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 16 Jul 2023 22:46:06 +0200 Subject: Renamed all the notes files to include date --- templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index fe338e9..c5b4f9e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -69,8 +69,8 @@ margin-block-start: 1.5rem; margin-block-end: 1.5rem; padding: 0.5rem 0; - border-top: 1px solid black; - border-bottom: 1px solid black; + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; } code { -- cgit v1.2.3