diff --git a/apps/common/main/resources/less/colors-table-white-dark.less b/apps/common/main/resources/less/colors-table-white-dark.less index afddad329c..b08ddf5a0d 100644 --- a/apps/common/main/resources/less/colors-table-white-dark.less +++ b/apps/common/main/resources/less/colors-table-white-dark.less @@ -8,11 +8,11 @@ --toolbar-header-pdf: #222222; --toolbar-header-visio: #222222; - --text-toolbar-header-on-background-document: #FFFFFF; - --text-toolbar-header-on-background-spreadsheet: #FFFFFF; - --text-toolbar-header-on-background-presentation: #FFFFFF; - --text-toolbar-header-on-background-pdf: #FFFFFF; - --text-toolbar-header-on-background-visio: #FFFFFF; + --text-toolbar-header-on-background-document: #222222; + --text-toolbar-header-on-background-spreadsheet: #222222; + --text-toolbar-header-on-background-presentation: #222222; + --text-toolbar-header-on-background-pdf: #222222; + --text-toolbar-header-on-background-visio: #222222; --background-normal: #404040; --background-toolbar: #404040; @@ -20,7 +20,7 @@ --background-toolbar-additional: #404040; --background-primary-dialog-button: #6e9fec; --background-accent-button: #446995; - --background-notification-popover: #fcfed7; + --background-notification-popover: #1F2C5C; --background-notification-badge: #ffd112; --background-scrim: fade(#000, 20%); --background-loader: fade(#181818, 90%); @@ -62,10 +62,10 @@ --text-normal-pressed: #f9f9f9; --text-secondary: #969696; --text-tertiary: #cecece; - --text-link: #445799; - --text-link-hover: #445799; - --text-link-active: #445799; - --text-link-visited: #445799; + --text-link: #92B7F0; + --text-link-hover: #B7CFF5; + --text-link-active: #B7CFF5; + --text-link-visited: #92B7F0; --text-inverse: #fff; --text-toolbar-header: #f3f3f3; --text-contrast-background: #fff;