diff --git a/src/styles/colors/colors.scss b/src/styles/colors/colors.scss index 5dd9261..1a1cd6a 100644 --- a/src/styles/colors/colors.scss +++ b/src/styles/colors/colors.scss @@ -70,6 +70,7 @@ --brand-360-hsl: var(--brand-500-hsl); --brand-400-hsl: #{hexToHSL(#afcfce)}; --brand-430-hsl: var(--brand-400-hsl); + --brand-460-hsl: var(--brand-400-hsl); --brand-500-hsl: var(--nord-green-blue-hsl); /*! nord color */ --brand-530-hsl: #{hexToHSL(#7da8a8)}; --brand-560-hsl: var(--brand-530-hsl); diff --git a/src/styles/server/channel/text.scss b/src/styles/server/channel/text.scss index e9dcec9..1fb6308 100644 --- a/src/styles/server/channel/text.scss +++ b/src/styles/server/channel/text.scss @@ -67,3 +67,19 @@ background-color: var(--primary-160); } } + +/* + * > Voice message + */ +.playIcon_d6cb89 { + color: var(--black-500); +} + +.playing_d6cb89 .playButtonContainer_d6cb89 { + background: var(--black-500); +} + +.playing_d6cb89 .duration_d6cb89, +.playing_d6cb89 .volumeButtonIcon_d6cb89 { + color: var(--black-500); +} diff --git a/src/styles/sidebar-left.scss b/src/styles/sidebar-left.scss index cb07323..9dba2d9 100644 --- a/src/styles/sidebar-left.scss +++ b/src/styles/sidebar-left.scss @@ -56,7 +56,7 @@ } } -.footer_f8ec41 /* Servers sidebar */ { +.footer_d71945 /* Servers sidebar (discovery button background) */ { background: none; }