aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-04-09 11:44:45 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-04-09 11:44:45 +0200
commitba60077962521b50819a5c6471aa7d81cf866692 (patch)
tree0324c961d02f9c4725155d14b7ae4318752660ef /templates/base.html
parent1a8219892f2c8de3593a7b9ae89af0f9f6b571e7 (diff)
downloadmitjafelicijan.com-ba60077962521b50819a5c6471aa7d81cf866692.tar.gz
Style fix
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 2b11ba7..507f14d 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -14,7 +14,7 @@
14 :root { 14 :root {
15 --first-child-width: 150px; 15 --first-child-width: 150px;
16 --primary-color: gainsboro; 16 --primary-color: gainsboro;
17 --secondary-color: #555; 17 --secondary-color: black;
18 --tertiary-color: #eee; 18 --tertiary-color: #eee;
19 --code-color: #f9f9f9; 19 --code-color: #f9f9f9;
20 --border-width: 1px; 20 --border-width: 1px;