aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 13:19:47 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 13:19:47 +0100
commit7155ee3591cf1e610ec5e0f3de1c75be86cf0993 (patch)
treeae06338687f84a9abde20a580bb0c73ffb78ba8a /templates
parentc9d51c7de97f8af318fa7eb866c138a69676e1d7 (diff)
downloadmitjafelicijan.com-7155ee3591cf1e610ec5e0f3de1c75be86cf0993.tar.gz
Theme update
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index f7331ce..5fb7023 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -22,6 +22,21 @@
22 --bg-color: #eee; 22 --bg-color: #eee;
23 } 23 }
24 24
25 *::selection {
26 background: var(--link-color);
27 color: #ffffff;
28 }
29
30 *::-moz-selection {
31 background: var(--link-color);
32 color: #ffffff;
33 }
34
35 *::-webkit-selection {
36 background: var(--link-color);
37 color: #ffffff;
38 }
39
25 body { 40 body {
26 padding: 2.5rem; 41 padding: 2.5rem;
27 max-width: 1900px; 42 max-width: 1900px;