mirror of
https://github.com/nextcloud/server.git
synced 2026-07-14 20:39:17 -04:00
Merge pull request #33946 from nextcloud/fix/dark-theme-browser
Remove non existing lighter colour
This commit is contained in:
commit
b9a50388e4
1 changed files with 0 additions and 1 deletions
|
|
@ -76,7 +76,6 @@ class DarkTheme extends DefaultTheme implements ITheme {
|
|||
'--color-primary-element' => $this->util->elementColor($this->primaryColor, false),
|
||||
'--color-primary-element-hover' => $this->util->mix($this->util->elementColor($this->primaryColor, false), $colorMainBackground, 80),
|
||||
'--color-primary-element-light' => $this->util->lighten($this->util->elementColor($this->primaryColor, false), 15),
|
||||
'--color-primary-element-lighter' => $this->util->mix($this->util->elementColor($this->primaryColor, false), $colorMainBackground, -70),
|
||||
|
||||
'--color-text-maxcontrast' => $this->util->darken($colorMainText, 30),
|
||||
'--color-text-light' => $this->util->darken($colorMainText, 10),
|
||||
|
|
|
|||
Loading…
Reference in a new issue