mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Improved Nextcloud style a bit for when using Breeze Dark theme and others
This commit is contained in:
parent
dc57442ba0
commit
9aaaea48bd
2 changed files with 15 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue