From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NO_DNS_FOR_FROM autolearn=no autolearn_force=no version=3.4.6 Received: from zxce3.. (unknown [68.183.184.174]) by gnuweeb.org (Postfix) with ESMTPSA id A759382F07; Sun, 29 Jan 2023 01:15:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1674954908; bh=IlKqcfB/srGAzjU6ABUSec+2DKSfztynvDO7gi0IaC0=; h=From:To:Cc:Subject:Date:From; b=Td750DGtI1CxmVN3vGOWhgKIYhfbXIslWz0HMlIrYgCbFcyKBX2QwMLKxZrAriYNr Jq2OJjeV47vumId/ntlWGoHhkIa/aMM1PDuy7vk3At+zzvWrXknOQ/VRfwneI9ZFhR dFacgAsrysXSYqahke+qOosvjytGgpuYzyYfzqKsJZwoD0NzN/yRLfl7k4467P5o/A /HGDlpl/Cwjp4ilohNF7709wm6+mF/EisLY1i8awC5PMKq3EusihonR7V+6nbiwOUy m30mImajcw/cNut3t/RbEiU5ULfINvLUos8cILHrYInuwSvQn+JsNaEzGzxj8kTnjX kItdoPBSMfuaA== From: Memet Zx To: GNU/Weeb Mailing List Cc: Ammar Faizi , Irvan Malik , Memet Zx Subject: [PATCH Website v1 0/2] Improve website accessibility Date: Sun, 29 Jan 2023 08:14:54 +0700 Message-Id: <20230129011456.6516-1-zxce3@gnuweeb.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: From: Memet Zx Hello, here I want to improve the accessibility of the website starting with a text color that has less contrast and `` elements that don't have the `[lang]` attribute. Link: https://pagespeed.web.dev/report?url=https://www.gnuweeb.org Memet Zx (2): style.css: fixed background and foreground colors body.php: Adding the `[lang]` attribute to the `` element public/assets/css/style.css | 20 ++++++++++---------- src/components/body.php | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) base-commit: c2ab92882f579de19b6e8cd5365e06d6a2a24bbc -- Memet Zx From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NO_DNS_FOR_FROM autolearn=no autolearn_force=no version=3.4.6 Received: from zxce3.. (unknown [68.183.184.174]) by gnuweeb.org (Postfix) with ESMTPSA id 299A882F68; Sun, 29 Jan 2023 01:15:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1674954911; bh=JKXj3AeJVwSKN5djUywhwJFNHxz7fQ2rjhnWQf+Prio=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=TfLINwjGYrcjfj0UcmWFsPlq9xmbICHMTKOWtRDVK2VAxsZ9emwHcrJcb3+VXcEb7 coimp0wDCAfjNdXu38d+O8mGwruaxLrWxBXIV+tNZMg1T6DGtGxJhpKo7BCxlpVOem cwsUxyoOS9LNMVy3Fn8a+l87cm+gZJsDNPqqc1sQvuOIC3+KhzI/bdZcuxTvCwR4AG 7sorTNDMJqydAVQg9mNJ/Lq57QALmeT8wATpaPPWRK0AFNy+5uT+6atlDVWhwYnxaX MTGdJjll0ezlyBoncgCcqUhyGo8mDQTpeBJjwIe/5mafbXkaPjT/tzdCOYkprgAp50 X2G1sX/vRmpsQ== From: Memet Zx To: GNU/Weeb Mailing List Cc: Ammar Faizi , Irvan Malik , Memet Zx Subject: [PATCH Website v1 1/2] style.css: fixed background and foreground colors Date: Sun, 29 Jan 2023 08:14:55 +0700 Message-Id: <20230129011456.6516-2-zxce3@gnuweeb.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230129011456.6516-1-zxce3@gnuweeb.org> References: <20230129011456.6516-1-zxce3@gnuweeb.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: From: Memet Zx Text that has low contrast is difficult or unreadable for most users Signed-off-by: Memet Zx --- public/assets/css/style.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/public/assets/css/style.css b/public/assets/css/style.css index b5e86cb..060e58c 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -10,7 +10,7 @@ body { font-family: oxygen, sans-serif; background: #F0EDE3; - color: #33290A; + color: #000; } #wrapper { @@ -56,7 +56,7 @@ body { } #banner li>a { - color: #B39223; + color: #795E01; white-space: nowrap; font-size: 90%; } @@ -116,12 +116,12 @@ a:visited { } a:hover { - color: #B39223; + color: #795E01; text-decoration: none; } a:active { - color: #B39223; + color: #795E01; text-decoration: none; } @@ -150,7 +150,7 @@ hr { #latest { float: right; background: #FFD133; - box-shadow: -0.1em -0.3em 0.5em #B39223 inset; + box-shadow: -0.1em -0.3em 0.5em #795E01 inset; color: #4C3D00; border-radius: 0.5em; margin: 1em 2.2em 4em 0; @@ -208,7 +208,7 @@ hr { float: right; text-align: center; background: #F0EDE3; - color: #827A5E; + color: #3E3000; border: thin solid #CCC8B8; box-shadow: 0 0.1em 0.2em #CCC8B8 inset; border-radius: 0.5em; @@ -312,12 +312,12 @@ pre>code { } article h1 { - color: #33290A; + color: #000; margin: 0 0 0.9em 0; } article h1>a { - color: #33290A !important; + color: #000 !important; transition: none; } @@ -410,7 +410,7 @@ a.readmore:active { #contentinfo { clear: both; text-align: center; - color: #827A5E; + color: #3E3000; margin: 2em auto; padding-top: 0.5em; } @@ -450,4 +450,4 @@ th { td { border: 1px solid; padding: 5px; -} \ No newline at end of file +} -- Memet Zx From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NO_DNS_FOR_FROM autolearn=no autolearn_force=no version=3.4.6 Received: from zxce3.. (unknown [68.183.184.174]) by gnuweeb.org (Postfix) with ESMTPSA id 6416E82F07; Sun, 29 Jan 2023 01:15:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1674954914; bh=DemXqaYCQeJaU4aS5auzyFMACub6E+kGjhmG/DIijsM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Bu4n2hlJq6RTdjNEfQf+24IwoBWFAr7Dm5pXCIDctK2RQfCnfNtto2sbyRskzlrWj VKxJLu0nNvcpKnK/Z/UOSLVCLNkymqpK5stkaiVfyK6zFKNT/d1JNUpybro531jbqH zFt/3XwtkiayRKAQ7dr/l8HIBE+tN7GQcX9+FcWVV6oTiaIczExWFy+QIrAXfL82BZ qzd5RuqTwL7+e/rxXvB4WEW+G5MDNJ9d2RsLmx+uxymbHxJ4BPULNj7k6IpegrZYHv KvsGFpp8ef0/X/i6PlGhxbglJLLzzaELNL2Y/SgXE14oXJt5S4wNkgl05TkSnNycF0 tUxZr61JtQg9Q== From: Memet Zx To: GNU/Weeb Mailing List Cc: Ammar Faizi , Irvan Malik , Memet Zx Subject: [PATCH Website v1 2/2] body.php: Adding the `[lang]` attribute to the `` element Date: Sun, 29 Jan 2023 08:14:56 +0700 Message-Id: <20230129011456.6516-3-zxce3@gnuweeb.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230129011456.6516-1-zxce3@gnuweeb.org> References: <20230129011456.6516-1-zxce3@gnuweeb.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: From: Memet Zx If the page does not specify a language attribute, the screen reader assumes that the page is in the default language that the user selected when setting up the screen reader. this will be a problem for some people and will have difficulty pronouncing the text on the page correctly. Signed-off-by: Memet Zx --- src/components/body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/body.php b/src/components/body.php index d72ce39..8cd450b 100644 --- a/src/components/body.php +++ b/src/components/body.php @@ -1,5 +1,5 @@ - +
-- Memet Zx From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NO_DNS_FOR_FROM autolearn=no autolearn_force=no version=3.4.6 Received: from mail-qv1-f47.google.com (mail-qv1-f47.google.com [209.85.219.47]) by gnuweeb.org (Postfix) with ESMTPSA id 54CB882F07 for ; Sun, 29 Jan 2023 11:19:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1674991173; bh=riNNbpjFFYLMpGMlA8Hk/q8+maK7RSg5rFc293F7QmE=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=ANWX0ElEsxpPfqdcOcgQcntiOWcBPlnbgGdAcdIhc6xgSuvdNauHR2SkLF57xKzjp 5MHoU2l32fvLoxYPcSabYt9fBo5to7MDVDSLZx+poMCJvugmFtMBV8NIaMpoa0IZxQ 0vfGpl4L0ryIEiJHXXkN6fcYwHAKOz4iODuoDhurQIpAREL7E8/ld69dMUB/HMu3Cw Gce1ydEnDbhDcZQowTziIrF8xvmvqRvx0FqdMaE6j8DIgSP+QYsDJ4xWIQplE+D7ST GX1RKBdWAxmPQvbMBL0Przimu75GbVd0jFrgDgz1ru+mq0SVI08WTU+9wJkXoUkerd WR6HLGKUif8+g== Received: by mail-qv1-f47.google.com with SMTP id h10so7095878qvq.7 for ; Sun, 29 Jan 2023 03:19:33 -0800 (PST) X-Gm-Message-State: AFqh2kovaMUxFYye4m3yQPAXynokWyVr/fzLkO/aa/snw+3xfNNCimg8 ieBRTIafGV3mP3py64eiMnxTMU1ErN8nBzT1x9k= X-Google-Smtp-Source: AMrXdXvsJDnBhYEqfrOwia0swFVBxx9shVtrN9M1laol8LCdTfR5+NehlQuL+0cnFb14KO11JQqxoqQSK3YtBgYyNkE= X-Received: by 2002:ad4:5348:0:b0:535:5492:b445 with SMTP id v8-20020ad45348000000b005355492b445mr2107343qvs.99.1674991172420; Sun, 29 Jan 2023 03:19:32 -0800 (PST) MIME-Version: 1.0 References: <20230129011456.6516-1-zxce3@gnuweeb.org> In-Reply-To: <20230129011456.6516-1-zxce3@gnuweeb.org> From: Ammar Faizi Date: Sun, 29 Jan 2023 18:19:16 +0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH Website v1 0/2] Improve website accessibility To: Memet Zx Cc: "GNU/Weeb Mailing List" , Irvan Malik , Memet Zx Content-Type: text/plain; charset="UTF-8" List-Id: On Sun, Jan 29, 2023 at 8:14 AM Memet Zx wrote: > Memet Zx (2): > style.css: fixed background and foreground colors s/fixed/fix/ > body.php: Adding the `[lang]` attribute to the `` element s/Adding/Add/ -- Ammar Faizi From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NO_DNS_FOR_FROM autolearn=no autolearn_force=no version=3.4.6 Received: from zxce3.. (unknown [68.183.184.174]) by gnuweeb.org (Postfix) with ESMTPSA id 06AA082F07; Sun, 29 Jan 2023 11:47:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1674992860; bh=XUJN3A335cKXrA10v9P/5maGTD5+5kNPnR09WBrjx4g=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=LgEnpc881AsaD/enG6H+BZjsTSsHGSiL7mdDCHK6B33INp/n5JS4qJPDNE0gasx1b 0f3Lj4/AVb0v+1fIqIO5iESWDxz+t8cbTWU5q6vYsYd2MPShD6rYZJ9gkqBqPx873G xbYi/yVyfFqty2ytKMf7WR1heC/G8MJbkF8/AqN7YctkS+3tl/LNDJmKHIld4oAg66 NN2YOftVPEeFFD25pW4C0nHanD1oZWvAYaOE1J/2Zc2pPlstdi42tfA9GlkP2WnuyJ ywL5UiKelYIAS+hBcwoKB0OkNK0k4uterNKsUP8o33ITRG3jMufmbK77CfKXDq4yXL b6XO5zXCxGf6g== From: Memet Zx To: GNU/Weeb Mailing List Cc: Ammar Faizi , Irvan Malik , Memet Zx Subject: [PATCH Website v2 0/2] Fix commit messages Date: Sun, 29 Jan 2023 18:47:25 +0700 Message-Id: <20230129114727.33428-1-zxce3@gnuweeb.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: From: Memet Zx hello again, This series contains fixes to the commit message: # Patch 1 > --- style.css: fixed background and foreground colors > +++ style.css: Fix background and foreground colors # Patch 2 > --- body.php: Adding the `[lang]` attribute to the `` element > +++ body.php: Add the `[lang]` attribute to the `` element Link: https://lore.gnuweeb.org/gwml/CAFBCWQKp21mWksKW_yna-KvNrsfiqxfoNQpjJCpkx=4A2F-OFw@mail.gmail.com/ Memet Zx (2): style.css: Fix background and foreground colors body.php: Add the `[lang]` attribute to the `` element public/assets/css/style.css | 20 ++++++++++---------- src/components/body.php | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) base-commit: c2ab92882f579de19b6e8cd5365e06d6a2a24bbc -- Memet Zx From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NO_DNS_FOR_FROM autolearn=no autolearn_force=no version=3.4.6 Received: from zxce3.. (unknown [68.183.184.174]) by gnuweeb.org (Postfix) with ESMTPSA id 3F55382F6A; Sun, 29 Jan 2023 11:47:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1674992863; bh=JKXj3AeJVwSKN5djUywhwJFNHxz7fQ2rjhnWQf+Prio=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Sy6HI2lMYBbM1PzF6+Gg7o/JXm/ArDF2jCFIuklr5KkfuDS7ZXEdqOpNr3cnIiDSJ cJBWIpKWP0zM4xV1WbujrFmTugME7FFvyKOnota/8QxeH7IpaMYmPxtFnudy5EJXkR Jr1iAdqwU0blmXD7X2V8BYMCufupnqdFKIcbbGZ+l3ms4CCLuptwK5Co3TsID/rR6F o60VopR/je4Sv8c2zl3IklXCQ5UcJcJgIpEkAS0+5H7QwXzILkG0bzlrzaacyHeLxR S54Dbl6dbS07JLjvEGp91f0IGUR0H8aZoRgp5wrwSAwUYjvDc99YQLemgW+Ix3pib/ AanbCiITWUjfw== From: Memet Zx To: GNU/Weeb Mailing List Cc: Ammar Faizi , Irvan Malik , Memet Zx Subject: [PATCH Website v2 1/2] style.css: Fix background and foreground colors Date: Sun, 29 Jan 2023 18:47:26 +0700 Message-Id: <20230129114727.33428-2-zxce3@gnuweeb.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230129114727.33428-1-zxce3@gnuweeb.org> References: <20230129114727.33428-1-zxce3@gnuweeb.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: From: Memet Zx Text that has low contrast is difficult or unreadable for most users Signed-off-by: Memet Zx --- public/assets/css/style.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/public/assets/css/style.css b/public/assets/css/style.css index b5e86cb..060e58c 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -10,7 +10,7 @@ body { font-family: oxygen, sans-serif; background: #F0EDE3; - color: #33290A; + color: #000; } #wrapper { @@ -56,7 +56,7 @@ body { } #banner li>a { - color: #B39223; + color: #795E01; white-space: nowrap; font-size: 90%; } @@ -116,12 +116,12 @@ a:visited { } a:hover { - color: #B39223; + color: #795E01; text-decoration: none; } a:active { - color: #B39223; + color: #795E01; text-decoration: none; } @@ -150,7 +150,7 @@ hr { #latest { float: right; background: #FFD133; - box-shadow: -0.1em -0.3em 0.5em #B39223 inset; + box-shadow: -0.1em -0.3em 0.5em #795E01 inset; color: #4C3D00; border-radius: 0.5em; margin: 1em 2.2em 4em 0; @@ -208,7 +208,7 @@ hr { float: right; text-align: center; background: #F0EDE3; - color: #827A5E; + color: #3E3000; border: thin solid #CCC8B8; box-shadow: 0 0.1em 0.2em #CCC8B8 inset; border-radius: 0.5em; @@ -312,12 +312,12 @@ pre>code { } article h1 { - color: #33290A; + color: #000; margin: 0 0 0.9em 0; } article h1>a { - color: #33290A !important; + color: #000 !important; transition: none; } @@ -410,7 +410,7 @@ a.readmore:active { #contentinfo { clear: both; text-align: center; - color: #827A5E; + color: #3E3000; margin: 2em auto; padding-top: 0.5em; } @@ -450,4 +450,4 @@ th { td { border: 1px solid; padding: 5px; -} \ No newline at end of file +} -- Memet Zx From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NO_DNS_FOR_FROM autolearn=no autolearn_force=no version=3.4.6 Received: from zxce3.. (unknown [68.183.184.174]) by gnuweeb.org (Postfix) with ESMTPSA id 81CCF82F61; Sun, 29 Jan 2023 11:47:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1674992866; bh=DemXqaYCQeJaU4aS5auzyFMACub6E+kGjhmG/DIijsM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=KRMX4WyGuDfr8nf/IUhBHU2POyjvMiT/ETSYv3h2s+H1xEegWa7nsYhgth1SoLPfn ZPxtoCSPt169LQBoHaR7mAxj0D7JEcmUxdW4xm/HVH+RHKphDYn0J/+PZwC41ZRhad 5ZCpDWlPqjqqsnJsVz+v9iCbPGV/G8OswQ4TQUQY/+iWhoJqVPfI5Gl0LNcnxlhhdm T5z/vG/0QiSbKa8r7NQbl3jYN4HHvtsc8nLveB0AScwN5MXiG/gokQweDnyuUYqAjZ 43RF1rpxdBo0kY8N9NXpgDf0ckMc5SnOZwxj0HG9RYxfVPCnlpeOtXJdVrXaE0hjSH bVQtrSGle01Rw== From: Memet Zx To: GNU/Weeb Mailing List Cc: Ammar Faizi , Irvan Malik , Memet Zx Subject: [PATCH Website v2 2/2] body.php: Add the `[lang]` attribute to the `` element Date: Sun, 29 Jan 2023 18:47:27 +0700 Message-Id: <20230129114727.33428-3-zxce3@gnuweeb.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230129114727.33428-1-zxce3@gnuweeb.org> References: <20230129114727.33428-1-zxce3@gnuweeb.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: From: Memet Zx If the page does not specify a language attribute, the screen reader assumes that the page is in the default language that the user selected when setting up the screen reader. this will be a problem for some people and will have difficulty pronouncing the text on the page correctly. Signed-off-by: Memet Zx --- src/components/body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/body.php b/src/components/body.php index d72ce39..8cd450b 100644 --- a/src/components/body.php +++ b/src/components/body.php @@ -1,5 +1,5 @@ - +
-- Memet Zx From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NO_DNS_FOR_FROM autolearn=no autolearn_force=no version=3.4.6 Received: from localhost.localdomain (unknown [182.253.183.199]) by gnuweeb.org (Postfix) with ESMTPSA id 7D98E82F61; Sun, 29 Jan 2023 11:51:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1674993111; bh=Nlj+X3mKveQzYoTOay7vpQRKEGMt7F7/+D7kRG4LDbg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=hna2nKH0TEQiHj20AS2Veu0TEFaWtKbi8dF/Tu94n4SmWalC15okQkY0q+fIexAO9 BG1dGqVMH7rhFbcVhaN+bRtjTody8qLeTyaapxmi5iXdXTEXHvAtbDuTURPWDaIcGC h83YL3vtxJUGGU+y3UM1vLLgv490qNF3OYm8zHGM5EHb6593wE8xg1edeDE5bRs+l/ GKR1O5D/tnmBHONPOnahmPQztAD//Z3djFYL7ag4uk4hz6RC4PCVZdCQFnXUkqukdk 1zGY0E0TFT8rYCJfsRhzgRnOb2sMRLZwPEF/3xsXMhmp9HkPhNVqKwgf6sp48A6Hr2 lpirX45jGe7NQ== From: Ammar Faizi To: Memet Zx , GNU/Weeb Mailing List Cc: Ammar Faizi , Memet Zx , Irvan Malik Subject: Re: [PATCH Website v2 0/2] Fix commit messages Date: Sun, 29 Jan 2023 18:51:08 +0700 Message-Id: <167499304782.235167.6165790077679875924.b4-ty@gnuweeb.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230129114727.33428-1-zxce3@gnuweeb.org> References: <20230129114727.33428-1-zxce3@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit List-Id: On Sun, 29 Jan 2023 18:47:25 +0700, Memet Zx wrote: > From: Memet Zx > > hello again, > This series contains fixes to the commit message: > > # Patch 1 > > --- style.css: fixed background and foreground colors > > +++ style.css: Fix background and foreground colors > > [...] Applied, thanks! [1/2] style.css: Fix background and foreground colors commit: c33021e0f0b2a01320b4294fd31f9be83a766b9a [2/2] body.php: Add the `[lang]` attribute to the `` element commit: 562a3dd5c47093c106063f1877e96e266ec0eece Best regards, -- Ammar Faizi