aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-07-16 22:46:06 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-07-16 22:46:11 +0200
commit0cb6a5c81271a61e930505f3315b1d67bdf22724 (patch)
tree27df39e2004dda656f5e8ae09e9d4e6395d4f903 /templates
parent89b2019bfa3bd8f1f0ceb7724c492fdf337dd519 (diff)
downloadmitjafelicijan.com-0cb6a5c81271a61e930505f3315b1d67bdf22724.tar.gz
Renamed all the notes files to include date
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html4
1 files changed, 2 insertions, 2 deletions
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 @@
69 margin-block-start: 1.5rem; 69 margin-block-start: 1.5rem;
70 margin-block-end: 1.5rem; 70 margin-block-end: 1.5rem;
71 padding: 0.5rem 0; 71 padding: 0.5rem 0;
72 border-top: 1px solid black; 72 border-top: 1px solid #aaa;
73 border-bottom: 1px solid black; 73 border-bottom: 1px solid #aaa;
74 } 74 }
75 75
76 code { 76 code {