Added white logo for Nextcloud #96

This commit is contained in:
the-djmaze 2022-10-17 14:25:52 +02:00
parent 65c313c0e4
commit f9e0cc40a4
3 changed files with 3 additions and 1 deletions

View file

@ -134,6 +134,8 @@ a.selectable::after {
@media (prefers-color-scheme: dark) {
/**
* Invert everything except images (and add a slight blue tint with the sepia() filter)
*
* `#rl-popups dialog` inverts them all
*/
#V-PopupsCompose, #V-PopupsCompose img {
filter: invert(95%) sepia(15%) hue-rotate(180deg);

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -70,7 +70,7 @@ class Application extends App implements IBootstrap
'id' => 'snappymail',
'order' => 10,
'href' => $urlGenerator->linkToRoute('snappymail.page.index'),
'icon' => $urlGenerator->imagePath('snappymail', 'logo-64x64.png'),
'icon' => $urlGenerator->imagePath('snappymail', 'logo-white-64x64.png'),
'name' => \OCP\Util::getL10N('snappymail')->t('Email')
];
});