diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..912e27c Binary files /dev/null and b/.DS_Store differ diff --git a/images/.DS_Store b/images/.DS_Store new file mode 100644 index 0000000..66362b9 Binary files /dev/null and b/images/.DS_Store differ diff --git a/plugin.json b/plugin.json index 785d339..fabf1c2 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "GTheme", "description": "A mimimal Matomo theme", - "version": "0.0.2", + "version": "0.0.3", "theme": true, "require": { "piwik": ">=4.0.0-b1,<5.0.0-b1" diff --git a/readme.md b/readme.md index 56f2d71..c178a0a 100644 --- a/readme.md +++ b/readme.md @@ -6,6 +6,6 @@ A custom design of the Matomo dashboard and login pages. Using the Google Theme ## Credits -This theme is built on the Google Theme by ronan-hello and uses [fontawesome](https://fontawesome.com) icons in places. +This theme is built on top of Google Theme by ronan-hello and uses [fontawesome](https://fontawesome.com) icons in places.
diff --git a/screenshots/.DS_Store b/screenshots/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/screenshots/.DS_Store differ diff --git a/stylesheets/theme.less b/stylesheets/theme.less index edd0ffe..f821b0d 100644 --- a/stylesheets/theme.less +++ b/stylesheets/theme.less @@ -24,3 +24,7 @@ @theme-color-menu-contrast-textActive: #828089; @theme-color-menu-contrast-textSelected: #ceccd2; @theme-color-menu-contrast-background: transparent; + +html { + font-weight: lighter; +}