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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonovan Glover <donovan@dglover.co>2021-10-28 16:01:13 +0300
committerGitHub <noreply@github.com>2021-10-28 16:01:13 +0300
commit9357cc9dcb21f35e2a36afc5557a773995bb2693 (patch)
treec6bfbab61fabf17f2f30458feb7fa64f3967bed9 /plugins/Installation
parent71e4c775f7adb5030b3df6a7fcec469d46bc43df (diff)
Install routine: Fix text contrast for accessibility (#18164)
* Install routine: Fix text contrast for accessibility Fixes #17785. * Make label color same as text during installation * trigger build Co-authored-by: Stefan Giehl <stefan@matomo.org>
Diffstat (limited to 'plugins/Installation')
-rw-r--r--plugins/Installation/stylesheets/installation.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/Installation/stylesheets/installation.css b/plugins/Installation/stylesheets/installation.css
index 22f1354c8c..c42100d886 100644
--- a/plugins/Installation/stylesheets/installation.css
+++ b/plugins/Installation/stylesheets/installation.css
@@ -26,6 +26,10 @@ body {
color: #43a047;
}
+#installation .form-group label {
+ color: #757575;
+}
+
.header .languageSelection {
color: #1976D2;
font-size: 13px;
@@ -81,7 +85,7 @@ h3 {
margin-bottom: 15px;
}
.content p {
- color: #858585;
+ color: #757575;
margin-bottom: 10px;
}
p.next-step {