From 67443c1ab6c8b7d38bcf1a0c8c9d644ea5b5ddd1 Mon Sep 17 00:00:00 2001 From: Frannerz Date: Wed, 25 Oct 2023 10:23:32 +0100 Subject: [PATCH] improved accessibility form lighthouse recommendations --- css/style.css | 6 +++--- index.html | 5 ++++- javascript/carousel.js | 7 +++++++ result.html | 2 +- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index 4ba9aff..1317d65 100644 --- a/css/style.css +++ b/css/style.css @@ -527,7 +527,7 @@ footer { .no-cover-image-div{ - background-color: var(--light-grey); + background-color: var(--mid-light-grey); width: 11.25rem; height: 17.25rem; text-align: center; @@ -552,12 +552,12 @@ footer { } .cover-title { - color: var(--dark-grey); + color: var(--footer-dark); font-size: 0.8rem; } .cover-author { - color: var(--dark-grey); + color: var(--footer-dark); font-size: 0.7rem } diff --git a/index.html b/index.html index 27f7b3f..535905f 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ + @@ -53,7 +54,7 @@

Bookster

-
+

Books by Genre

@@ -66,6 +67,7 @@

Books by Genre

class="carousel_button carousel_button--left" id="prev" data-dir="prev" + aria-label="Previous Slide" > Books by Genre class="carousel_button carousel_button--right" id="next" data-dir="next" + aria-label="Next Slide" >