summaryrefslogtreecommitdiffstats
path: root/template.html
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2026-01-14 14:31:13 -0800
committeryum <yum.food.vr@gmail.com>2026-01-14 14:34:28 -0800
commit125f059267830d8f81694edb3ca83c6257f608f3 (patch)
treecf6f040b75f0e63d45f3c4097e49d8dfc01f1c87 /template.html
parent9f87b61fa59b5bd37d4539c8aeb6280963b7a69a (diff)
begin work on hemi octahedral article
Diffstat (limited to 'template.html')
-rwxr-xr-xtemplate.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/template.html b/template.html
index ae3cd6a..173fb82 100755
--- a/template.html
+++ b/template.html
@@ -34,6 +34,7 @@ $endif$
math {
font-family: "Cambria Math", "Latin Modern Math", "STIX Two Math", serif;
}
+ video { max-width: 100%; height: auto; }
@media (prefers-color-scheme: dark) {
/* Tomorrow night theme: https://github.com/chriskempson/tomorrow-theme */
:root {
@@ -72,6 +73,7 @@ $endif$
html, body {
background-color: var(--background-color);
color: var(--foreground-color);
+ padding-left: 1em;
}
a { color: var(--foreground-color); }
a:visited { color: var(--foreground-color); }