Improved Nextcloud style a bit for when using Breeze Dark theme and others

This commit is contained in:
the-djmaze 2022-11-02 12:49:37 +01:00
parent dc57442ba0
commit 9aaaea48bd
2 changed files with 15 additions and 4 deletions

View file

@ -84,7 +84,7 @@ button.btn:not(.button-vue) {
#V-PopupsCompose header {
background-color: var(--color-primary);
background-image: linear-gradient(40deg, #0082c9 0%, #30b6ff 100%);
background-image: linear-gradient(40deg, var(--color-primary) 0%, var(--color-primary-element-light) 100%);
color: #fff;
}