Fix: Font looks bold with latest update.
This commit is contained in:
parent
3dbf70f9f7
commit
c6d911b559
6 changed files with 6 additions and 2 deletions
BIN
.DS_Store
vendored
Normal file
BIN
.DS_Store
vendored
Normal file
Binary file not shown.
BIN
images/.DS_Store
vendored
Normal file
BIN
images/.DS_Store
vendored
Normal file
Binary file not shown.
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
BIN
screenshots/.DS_Store
vendored
Normal file
Binary file not shown.
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue