Updated highlightedComment style to be different per theme

• Updated:
- highlightedComment style to be different per theme
This commit is contained in:
mgabdev 2020-05-21 15:33:12 -04:00
parent 2e75cb6f7c
commit a4ede5f599

@ -31,6 +31,7 @@
--solid_color_secondary-dark: #d9e0e5;
--solid_color_tertiary: #f5f5f7;
--solid_color_block: #f5f8fa;
--solid_color_highlight: rgba(224, 234, 66, .25);
--text_color_primary: #2d3436;
--text_color_secondary: #4b4f55;
@ -69,6 +70,7 @@
--solid_color_secondary-dark: #424343 !important;
--solid_color_tertiary: #333 !important;
--solid_color_block: #2d2d2d !important;
--solid_color_highlight: rgba(224, 234, 66, .1) !important;
--text_color_primary: #fff !important;
--text_color_secondary: #7b7b7b !important;
@ -91,6 +93,7 @@
--solid_color_secondary-dark: #424343 !important;
--solid_color_tertiary: #000 !important;
--solid_color_block: #202327 !important;
--solid_color_highlight: rgba(224, 234, 66, .1) !important;
--text_color_primary: #cccbcb !important;
--text_color_secondary: #61686E !important;
@ -894,7 +897,7 @@ body {
}
.highlightedComment {
background-color: rgba(224, 234, 66, .25);
background-color: var(--solid_color_highlight);
}
.searchInput::placeholder {