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