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:
-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 {