mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
client: Use correct color
This commit is contained in:
@@ -21,6 +21,10 @@ const TPL = `
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.global-menu-button > svg path {
|
||||
fill: var(--launcher-pane-text-color);
|
||||
}
|
||||
|
||||
.global-menu-button:hover { border: 0; }
|
||||
.global-menu-button:hover > svg path.st0 { fill:#95C980; }
|
||||
.global-menu-button:hover > svg path.st1 { fill:#72B755; }
|
||||
|
||||
Reference in New Issue
Block a user