Comment colors

This commit is contained in:
David Benqué 2021-02-04 22:55:21 +00:00
parent e1c05a24e9
commit 92fe01a6aa
3 changed files with 9 additions and 10 deletions

View File

@ -191,11 +191,6 @@
@cp_avatar-bg: @cryptpad_color_grey_700;
@cp_avatar-fg: @cryptpad_text_col;
// Comments
@cp_comments-fg: @cryptpad_text_col;
@cp_comments-bg: @cryptpad_color_white;
@cp_comments-header: @cryptpad_color_dark_grey;
// Corner
@cp_corner-primary: @cryptpad_color_blue;
@cp_corner-secondary: @cryptpad_color_black; // XXX
@ -362,6 +357,10 @@
// Rich text
@cp_pad-fg: @cryptpad_text_col;
@cp_pad-icon-filter: invert();
// Comments
@cp_comments-fg: @cryptpad_text_col;
@cp_comments-bg: @cryptpad_color_grey_800;
@cp_comments-header: @cryptpad_color_grey_500;
// Poll
@cp_poll-th-bg: @cryptpad_color_brand_fadest;

View File

@ -191,11 +191,6 @@
@cp_avatar-bg: @cryptpad_color_grey;
@cp_avatar-fg: @cryptpad_text_col;
// Comments
@cp_comments-fg: @cryptpad_text_col;
@cp_comments-bg: @cryptpad_color_white;
@cp_comments-header: @cryptpad_color_dark_grey;
// Corner
@cp_corner-primary: @cryptpad_color_blue;
@cp_corner-secondary: @cryptpad_color_white;
@ -362,6 +357,10 @@
// Rich text
@cp_pad-fg: @cryptpad_text_col;
@cp_pad-icon-filter: none;
// Comments
@cp_comments-fg: @cryptpad_text_col;
@cp_comments-bg: @cryptpad_color_white;
@cp_comments-header: @cryptpad_color_grey_600;
// Poll
@cp_poll-th-bg: @cryptpad_color_lighter_blue;

View File

@ -65,6 +65,7 @@ body.cp-app-pad {
height: 24px;
align-items: center;
padding: 4px;
color: @cryptpad_text_col;
}
.cke_button__print {
display: none !important;