aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 08:38:25 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 08:38:25 +0100
commitf59672679db271f6b24a41e215401ab5001ecd96 (patch)
tree367e04e449d8b02266b05d37413cfd2ba2a80b3a /templates/base.html
parent22f5ac8fcec4dbfcc1f5033f18bc4eeca52a747d (diff)
downloadmitjafelicijan.com-f59672679db271f6b24a41e215401ab5001ecd96.tar.gz
Theme updates
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html
index eb1ac3b..bcd9d4c 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -29,6 +29,7 @@
29 29
30 hr { 30 hr {
31 margin-block-start: 1.5rem; 31 margin-block-start: 1.5rem;
32 border: 1px solid var(--border-color);
32 } 33 }
33 34
34 a { 35 a {
@@ -58,13 +59,13 @@
58 59
59 table { 60 table {
60 max-width: 100%; 61 max-width: 100%;
61 border: 1px solid var(--border-color); 62 border: 2px solid var(--border-color);
62 border-collapse: separate; 63 border-collapse: separate;
63 border-spacing: 0; 64 border-spacing: 0;
64 } 65 }
65 66
66 table thead tr th { 67 table thead tr th {
67 border-bottom: 1px solid var(--border-color); 68 border-bottom: 2px solid var(--border-color);
68 } 69 }
69 70
70 table th, table td { 71 table th, table td {
@@ -83,7 +84,7 @@
83 text-wrap: nowrap; 84 text-wrap: nowrap;
84 overflow-x: auto; 85 overflow-x: auto;
85 padding: 0 1em; 86 padding: 0 1em;
86 border: 1px solid var(--border-color); 87 border: 2px solid var(--border-color);
87 } 88 }
88 89
89 code { 90 code {