make compose button white for better contrast

This commit is contained in:
antilopa 2024-01-05 11:10:11 +01:00
parent 6a66a6348e
commit cfcfedda48
2 changed files with 2 additions and 1 deletions

View File

@ -51,6 +51,7 @@
@color-dark-popover-border: #50162d;
// @color-taskmenu-background: @color-darker-background;
@color-taskmenu-button-action: @color-white;
@color-taskmenu-button-logout: @color-error;
@color-taskmenu-button-logout-hover: @color-error;

View File

@ -2617,7 +2617,7 @@ a.toolbar-button {
background-color: #50162d;
}
#taskmenu .action-buttons a {
color: #72384f;
color: #DDDDDD;
background: transparent;
}
#taskmenu .action-buttons a:hover {