Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/LukasJoswiak/etch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Rettig <thomas.rettig.11@gmail.com>2021-12-12 04:30:46 +0300
committerGitHub <noreply@github.com>2021-12-12 04:30:46 +0300
commitf6133c4eac182bdd560ed80c4c07495b043ed8fd (patch)
tree5fac1cae2926e314a6c225c8e4ad138e03052fbd
parent99e5a824d1abe3fc63186de4b5aa4e0cf99b8303 (diff)
Improve legibility of footer text (#26)
Improve the colour contrast and bump up the font-weight to improve legibility of the footer text.
-rw-r--r--assets/css/main.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index 9a2c71a..7f77ce4 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -275,7 +275,7 @@ main#content section.footnotes {
footer#footer {
font-size: 14px;
font-size: 1.4rem;
- font-weight: 300;
- color: #949494;
+ font-weight: 400;
+ color: #b3b3b3;
margin: 40px 0;
}