aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 08:55:04 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 08:55:04 +0100
commit409dfae3983b55ffa469a556683fab4ec70b1e99 (patch)
tree3d771d4a5fe84536d93e92f2a5295019b486e4da /templates
parent3a6260861c12ad8169167a731aa5bb317b000e8e (diff)
downloadmitjafelicijan.com-409dfae3983b55ffa469a556683fab4ec70b1e99.tar.gz
Updated theme
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 90feb43..7c3bea9 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -70,6 +70,7 @@
70 70
71 table thead tr th { 71 table thead tr th {
72 border-bottom: var(--border-size) solid var(--border-color); 72 border-bottom: var(--border-size) solid var(--border-color);
73 text-align: left;
73 } 74 }
74 75
75 table th, table td { 76 table th, table td {