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:
authorAltamash Shaikh <altu9594@gmail.com>2022-09-14 11:32:12 +0300
committerGitHub <noreply@github.com>2022-09-14 11:32:12 +0300
commita8283ffb416107d0f41516a31b9536292c2d1612 (patch)
tree12acc1bdcc8c04f5dce5e7ff581f6c082266524f
parent32e25a3ff76c49d6d0a5769c95f8e106b4a64f82 (diff)
Font color for mobile to use pre defined text and background variables (#19731)
* Started using predefined color variable for navbar bg and text color, #PG-92 * Started using predefined color variable for navbar bg and text color, #PG-92 * default mobile text color fixed
-rw-r--r--plugins/CoreHome/stylesheets/layout.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/CoreHome/stylesheets/layout.less b/plugins/CoreHome/stylesheets/layout.less
index 61a115fdac..6574fdef16 100644
--- a/plugins/CoreHome/stylesheets/layout.less
+++ b/plugins/CoreHome/stylesheets/layout.less
@@ -33,6 +33,7 @@ nav {
padding: 8px 10px 10px;
display: inline-block;
cursor: pointer;
+ color: @theme-color-header-text;
}
@media only screen and (min-width: 601px) {
@@ -387,6 +388,10 @@ nav {
.collapsible-header {
border-bottom: 0;
cursor: pointer!important;
+ color: @theme-color-header-text;
+ & when (@theme-color-header-text = #ffffff) {
+ color: unset;
+ }
}
.collapsible-body {