aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-03-10 15:55:35 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-03-10 15:55:35 +0100
commit62742123354303edf2603c4525cbd3c554ec92c7 (patch)
treeb77ac122dca3f57c11cadb51a9dc8640d55a93c7 /templates/base.html
parent2bc2f0b2791645b4c2f4355dcaffa2baef3e1f93 (diff)
downloadmitjafelicijan.com-62742123354303edf2603c4525cbd3c554ec92c7.tar.gz
Added new post
Diffstat (limited to 'templates/base.html')
-rwxr-xr-xtemplates/base.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 7b34a8c..45eb939 100755
--- a/templates/base.html
+++ b/templates/base.html
@@ -58,6 +58,15 @@
58 cap { text-transform: capitalize; } 58 cap { text-transform: capitalize; }
59 ul li { padding: 0.2em 0; } 59 ul li { padding: 0.2em 0; }
60 60
61 a {
62 color: var(--link-color);
63 text-decoration: none;
64 }
65
66 a:hover {
67 text-decoration: underline;
68 }
69
61 pre { 70 pre {
62 text-wrap: nowrap; 71 text-wrap: nowrap;
63 overflow-x: auto; 72 overflow-x: auto;