|
|
|
@ -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;
|
|
|
|
|