From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mail-a.sr.ht; dkim=pass header.d=maniero.me header.i=@maniero.me Received: from seagreen.cherry.relay.mailchannels.net (seagreen.cherry.relay.mailchannels.net [23.83.223.160]) by mail-a.sr.ht (Postfix) with ESMTPS id 2DF5120039 for <~johnnyrichard/olang-devel@lists.sr.ht>; Sat, 17 Feb 2024 17:51:16 +0000 (UTC) X-Sender-Id: hostingeremail|x-authuser|carlos@maniero.me Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 5F29E7A371C for <~johnnyrichard/olang-devel@lists.sr.ht>; Sat, 17 Feb 2024 17:51:14 +0000 (UTC) Received: from nl-srv-smtpout4.hostinger.io (unknown [127.0.0.6]) (Authenticated sender: hostingeremail) by relay.mailchannels.net (Postfix) with ESMTPA id 79F277A2203 for <~johnnyrichard/olang-devel@lists.sr.ht>; Sat, 17 Feb 2024 17:51:13 +0000 (UTC) ARC-Seal: i=1; s=arc-2022; d=mailchannels.net; t=1708192273; a=rsa-sha256; cv=none; b=fD9oIzFjZ/BTTrt0z2m1CfKkEr4yw+fBmaAn//qiJ3Utv6Qi+bdl3AjlodaYttBXBukgMe SiK7nB7lRp3ndp6x0uNrGhPRdINaKzM49QIYUbm4iux7Et8eWhdVOo2MKgjqvzJDjQ9YVz d3fD58Y7BH4VlYfTKq+lnPTz6PmjiP0q+W08ZoVCM50JUjRf4X1TjBu4OhhudLbPHqGIdt ddkvXEf1zr54c+HhZsJzWKF6mBW5G7LPevjsgdeDxUOVXYsGP/WIsVhv80D0ICHc2omULN KjL6z+/s8hwgzY83vwDqA6ZUKKKq+tFmkU2Po2QUrS8GWIN4e6B2lIMScTIDTQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=mailchannels.net; s=arc-2022; t=1708192273; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding:dkim-signature; bh=tIB6KJUdjYb+oprI0Oy9ExvQ+TBJBzbkSu6a5khtTwY=; b=sTx6DAcI4f+Ptghfu27IoaWUvUZV8lfBgrOzDV5wZMdhznlEQ8APIKPDbbWzwUrTjFtvLZ Y2cS8pPfUNIxGiiglDzx516FBkq9AV8nttfPDxN/LB4IkBB+Upowq/5vHYuHX6fXorf6gm TQ/lgoChrue/mCUpEY9C9a+Z34aB5OmnELihkk+42Ll5FDFfC2lBfXLuXsMd2wgSKeeg7j ojidhYOYJF6sYXD2EH3MurcN7xC4A9pu0C+oBKWrqdrBJI6tYzuKHqvJ/0JiDL+5w/ISf0 pcA3INjxZ9wABCI/I85gLS2q0g9ZhImbd0MMpcoSOT0h3KEXU6QiMeQZUJpcZg== ARC-Authentication-Results: i=1; rspamd-55b4bfd7cb-nfr5n; auth=pass smtp.auth=hostingeremail smtp.mailfrom=carlos@maniero.me X-Sender-Id: hostingeremail|x-authuser|carlos@maniero.me X-MC-Relay: Neutral X-MailChannels-SenderId: hostingeremail|x-authuser|carlos@maniero.me X-MailChannels-Auth-Id: hostingeremail X-Fearful-Share: 1dda7e416e62b85f_1708192273989_3004284033 X-MC-Loop-Signature: 1708192273989:2612240233 X-MC-Ingress-Time: 1708192273989 Received: from nl-srv-smtpout4.hostinger.io (nl-srv-smtpout4.hostinger.io [145.14.159.45]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384) by 100.126.119.160 (trex/6.9.2); Sat, 17 Feb 2024 17:51:13 +0000 From: Carlos Maniero DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=maniero.me; s=hostingermail1; t=1708192272; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=tIB6KJUdjYb+oprI0Oy9ExvQ+TBJBzbkSu6a5khtTwY=; b=HZDXZw9QZjYE/BwHv1be5a5ihI9194vN3j7jzo8FH/wj84G9lMTSmgoola0xfzAMeds7N7 FOAOUU+zoGi8jJ5InkyVfWL+txWfof/oe2H3wteMXDljJoNZfe4t6mzHZJiTOJslW93bXe xxjRX3p6SFW9vgDD6vorhsLX8bV2U+iEhFYXXs3fAXG7M4UbjbtNDAz5PUpyDu5bB9n5xm 3/cDNGWtjgoTPQVfankyCMypcEbCRgLq/mCGplCpfu8GtLT1s7y1//1z5fXgOocul8IxAA S85jF9CGQ2xygeL0oelVreTs9sCa+zckp3t/8BJaavwGqxPbVG7IqQ+ADCTYsQ== To: ~johnnyrichard/olang-devel@lists.sr.ht Cc: Carlos Maniero Subject: [PATCH olang] docs: add white-mode support Date: Sat, 17 Feb 2024 14:46:37 -0300 Message-Id: <20240217174637.3287169-1-carlos@maniero.me> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-CM-Envelope: MS4xfJYy8wp4ditsa3dQefw11TBPSH0mPtUfFrqgzsklgdE/dJsiXI/2iy1RRDZTiONi4dwQJj186OqpKlUApwzM1rpymfslDCHPsF6/oiL8ABtxfDrJFDl3 rnK1woBakAnM945RTEMcjosQBe3DZG67Cu6WwWeHl74LwKP6jyemov418AFEHZAEkMxzWkyKLBKRBNfcCoC7Jigl6/9haWyeo/0o865fvskRJZdWYb+tqLJb 60KJ5lxQ8gq02vKuBBHofQ== X-CM-Analysis: v=2.4 cv=DIOJ4TNb c=1 sm=1 tr=0 ts=65d0f210 a=5+VMC1FZ3J4mVPAKpPmAqg==:117 a=5+VMC1FZ3J4mVPAKpPmAqg==:17 a=IkcTkHD0fZMA:10 a=MKtGQD3n3ToA:10 a=1oJP67jkp3AA:10 a=BXDaF_L80NYA:10 a=bwGbKnmsAAAA:8 a=q6adJzBZy-s_LfKe3bMA:9 a=KcV_hBZ5iQqdYdpM:21 a=3ZKOabzyN94A:10 a=QEXdDO2ut3YA:10 a=nuVVIWbBudwLbAahYuja:22 X-AuthUser: carlos@maniero.me X-TUID: qLUiTokOMMt9 For accessibility reasons we now also support white-mode. Signed-off-by: Carlos Maniero --- docs/template.html | 106 +++++++++++++++++++++++++-------------------- 1 file changed, 58 insertions(+), 48 deletions(-) diff --git a/docs/template.html b/docs/template.html index 98cc348..ce57b6e 100644 --- a/docs/template.html +++ b/docs/template.html @@ -1,55 +1,65 @@ - - - - $title$ | olang - - - -
-

∅lang | The zero programming language.

- -
-
-

$title$

- - $body$ -
-
- © 2024 olang maintainers -
- + } + body { + background: var(--background-color); + color: var(--text-color); + font-family: monospace; + font-size: 1.1rem; + margin: 0; + padding: 0; + } + a { + color: #8c91db; + } + article, nav, header, footer { + max-width: 820px; + margin: 10px auto; + } + header, footer { + margin: 70px auto; + } + article { + line-height: 1.75rem; + } + pre { + background: rgba(0,0,0, 0.75); + color: white; + padding: 10px; + } + + + +
+

∅lang | The zero programming language.

+ +
+
+

$title$

+ $body$ +
+ + -- 2.34.1