GNU/Weeb Mailing List <[email protected]>
 help / color / mirror / Atom feed
From: Memet Zx <[email protected]>
To: GNU/Weeb Mailing List <[email protected]>
Cc: Ammar Faizi <[email protected]>,
	Irvan Malik <[email protected]>,
	Memet Zx <[email protected]>
Subject: [PATCH Website v1 1/2] style.css: fixed background and foreground colors
Date: Sun, 29 Jan 2023 08:14:55 +0700	[thread overview]
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>

From: Memet Zx <[email protected]>

Text that has low contrast is difficult or unreadable for most users

Signed-off-by: Memet Zx <[email protected]>
---
 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


  reply	other threads:[~2023-01-29  1:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-29  1:14 [PATCH Website v1 0/2] Improve website accessibility Memet Zx
2023-01-29  1:14 ` Memet Zx [this message]
2023-01-29  1:14 ` [PATCH Website v1 2/2] body.php: Adding the `[lang]` attribute to the `<html>` element Memet Zx
2023-01-29 11:19 ` [PATCH Website v1 0/2] Improve website accessibility Ammar Faizi
2023-01-29 11:47   ` [PATCH Website v2 0/2] Fix commit messages Memet Zx
2023-01-29 11:47     ` [PATCH Website v2 1/2] style.css: Fix background and foreground colors Memet Zx
2023-01-29 11:47     ` [PATCH Website v2 2/2] body.php: Add the `[lang]` attribute to the `<html>` element Memet Zx
2023-01-29 11:51     ` [PATCH Website v2 0/2] Fix commit messages Ammar Faizi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox