aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/VERSION2
-rw-r--r--src/css/style.css2
-rw-r--r--src/includes/nav-footer.php4
3 files changed, 4 insertions, 4 deletions
diff --git a/src/VERSION b/src/VERSION
index d6eeb02..7e73b49 100644
--- a/src/VERSION
+++ b/src/VERSION
@@ -1 +1 @@
-2025.12.31-1057
+2026.01.01-0121
diff --git a/src/css/style.css b/src/css/style.css
index a5fe63f..2e13873 100644
--- a/src/css/style.css
+++ b/src/css/style.css
@@ -1 +1 @@
-@media screen and (prefers-reduced-motion: no-preference) {@view-transition {navigation: auto;}}body {max-width: 50rem;margin: auto;padding: 0 1rem;margin-bottom: 2rem;font-family: sans-serif, "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji";}pre {white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word;resize: both;overflow: auto;}h1 {text-align: center;}footer {text-align: center;}img {max-width: 37.5rem;width: 100%;margin: auto;display: block;}img.theme-select {max-width: 12.5rem;width: 100%;margin: auto;display: block;}code {overflow-wrap: break-word;color: lime;}img[alt="BTC logo"], img[alt="XMR Logo"] {max-width: 1em;max-height: 1em;display: inline;}.centered {text-align: center;}.center-block {text-align: center;display: block;margin-right: auto;margin-left: auto;}table.centered {margin-left: auto;margin-right: auto;}th, td {padding: 1rem;}button {font-size: 1rem;font-family: monospace, "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji";text-align: center;}video {max-width: 100%;max-height: 100%;height: auto;}.video {max-width: 100%;max-height: 100%;height: auto;}ul.no-bullets {list-style-type: none;font-family: monospace, "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji";}summary {cursor: pointer;}#generating-indicator {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;max-width: 100%;max-height: 100%;background-color: rgba(0, 0, 0, 0.8);z-index: 1000;text-align: center;color: white;font-size: 1.75rem;padding-top: 15%;}
+@media screen and (prefers-reduced-motion: no-preference) {@view-transition {navigation: auto;}}body {max-width: 50rem;margin: auto;padding: 0 1rem;margin-bottom: 2rem;font-family: sans-serif, "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji";}pre {white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word;resize: both;overflow: auto;}h1 {text-align: center;}footer {text-align: center;}img {max-width: 37.5rem;width: 100%;margin: auto;display: block;}img.theme-select {max-width: 12.5rem;width: 100%;margin: auto;display: block;}code {overflow-wrap: break-word;}img[alt="BTC logo"], img[alt="XMR Logo"] {max-width: 1em;max-height: 1em;display: inline;}.centered {text-align: center;}.center-block {text-align: center;display: block;margin-right: auto;margin-left: auto;}table.centered {margin-left: auto;margin-right: auto;}th, td {padding: 1rem;}button {font-size: 1rem;font-family: monospace, "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji";text-align: center;}video {max-width: 100%;max-height: 100%;height: auto;}.video {max-width: 100%;max-height: 100%;height: auto;}ul.no-bullets {list-style-type: none;font-family: monospace, "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji";}summary {cursor: pointer;}#generating-indicator {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;max-width: 100%;max-height: 100%;background-color: rgba(0, 0, 0, 0.8);z-index: 1000;text-align: center;color: white;font-size: 1.75rem;padding-top: 15%;} \ No newline at end of file
diff --git a/src/includes/nav-footer.php b/src/includes/nav-footer.php
index e620ef8..2d8b6e5 100644
--- a/src/includes/nav-footer.php
+++ b/src/includes/nav-footer.php
@@ -5,11 +5,11 @@
<br>
<p>all site content is in the public domain</p>
<p><small>my other stuff: <a href="https://aedrielkylejavier.me/" target="_blank">website link →</a></small></p>
-<p><small><pre>version: <?php
+<p><small><code>version: <?php
$version_file = __DIR__ . '/../VERSION';
if (file_exists($version_file)) {
echo htmlspecialchars(trim(file_get_contents($version_file)), ENT_QUOTES, 'UTF-8');
} else {
echo 'unknown';
}
-?></pre></small></p> \ No newline at end of file
+?></code></small></p> \ No newline at end of file