diff --git a/customize.dist/src/less2/include/colortheme-dark.less b/customize.dist/src/less2/include/colortheme-dark.less index 42117705f..ac82bb356 100644 --- a/customize.dist/src/less2/include/colortheme-dark.less +++ b/customize.dist/src/less2/include/colortheme-dark.less @@ -375,8 +375,8 @@ @cp_poll-hint: @cryptpad_color_grey_500; // Profile -@cp_profile-border: @cryptpad_color_help_grey; -@cp_profile-hint: @cryptpad_color_hint_grey; +@cp_profile-border: @cryptpad_color_grey_500; +@cp_profile-hint: @cryptpad_color_grey_400; // SLide @cp_slide-fg: @cp_app-fg; diff --git a/customize.dist/src/less2/include/colortheme.less b/customize.dist/src/less2/include/colortheme.less index 8190288fb..55f881bdf 100644 --- a/customize.dist/src/less2/include/colortheme.less +++ b/customize.dist/src/less2/include/colortheme.less @@ -375,8 +375,8 @@ @cp_poll-hint: @cryptpad_color_dark_grey; // Profile -@cp_profile-border: @cryptpad_color_help_grey; -@cp_profile-hint: @cryptpad_color_hint_grey; +@cp_profile-border: @cryptpad_color_grey_400; +@cp_profile-hint: @cryptpad_color_grey_600; // SLide @cp_slide-fg: @cp_app-fg;