From 277cfc7a000af6ca5290765df3492f08e604680a Mon Sep 17 00:00:00 2001 From: Madison Rye Progress Date: Sun, 5 Oct 2025 18:07:14 -0700 Subject: [PATCH] Surface errors --- content/extras/systime.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/extras/systime.md b/content/extras/systime.md index c1b55b4..45d2514 100644 --- a/content/extras/systime.md +++ b/content/extras/systime.md @@ -12,6 +12,9 @@ title: Systime margin: 0.5rem 0; text-align: center; } +#output { + font-color: #eaa; +} You can use this form to convert to/from [systime](https://wiki.post-self.ink/wiki/Systime). This also includes dates in the Hebrew calendar, given their use in a few Post-Self projects. @@ -26,6 +29,7 @@ You can use this form to convert to/from [systime](https://wiki.post-self.ink/wi
+