Fix: Font looks bold with latest update.

This commit is contained in:
gugulethu 2020-12-25 09:32:10 +02:00
commit c6d911b559
6 changed files with 6 additions and 2 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
images/.DS_Store vendored Normal file

Binary file not shown.

View file

@ -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"

View file

@ -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.
<p align="center"><a href="https://gugulet.hu?src=github-repo"><img src="https://gugulet.hu/site/wp-content/uploads/logo-bottom-500x100-1.png" height="50"></a></p>

BIN
screenshots/.DS_Store vendored Normal file

Binary file not shown.

View file

@ -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;
}