mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
css: Integrate color vars into specific areas.
This commit is contained in:
@@ -48,9 +48,6 @@ body {
|
|||||||
:root {
|
:root {
|
||||||
color-scheme: light;
|
color-scheme: light;
|
||||||
|
|
||||||
--color-default-text: hsl(0deg 0% 15%);
|
|
||||||
--color-date: hsl(0deg 0% 15% / 75%);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
This is the header, aka the navbar.
|
This is the header, aka the navbar.
|
||||||
*/
|
*/
|
||||||
@@ -127,6 +124,7 @@ body {
|
|||||||
--max-unexpanded-compose-height: 40vh;
|
--max-unexpanded-compose-height: 40vh;
|
||||||
|
|
||||||
/* Colors used across the app */
|
/* Colors used across the app */
|
||||||
|
--color-date: hsl(0deg 0% 15% / 75%);
|
||||||
--color-background-private-message-header: hsl(46deg 35% 93%);
|
--color-background-private-message-header: hsl(46deg 35% 93%);
|
||||||
--color-background-private-message-content: hsl(45deg 20% 96%);
|
--color-background-private-message-content: hsl(45deg 20% 96%);
|
||||||
--color-background-stream-message-content: hsl(0deg 0% 100%);
|
--color-background-stream-message-content: hsl(0deg 0% 100%);
|
||||||
@@ -149,6 +147,7 @@ body {
|
|||||||
|
|
||||||
/* Text colors */
|
/* Text colors */
|
||||||
--color-text-default: hsl(0deg 0% 20%);
|
--color-text-default: hsl(0deg 0% 20%);
|
||||||
|
--color-default-text: hsl(0deg 0% 15%);
|
||||||
--color-text-message-view-header: hsl(0deg 0% 20% / 100%);
|
--color-text-message-view-header: hsl(0deg 0% 20% / 100%);
|
||||||
--color-text-message-header: hsl(0deg 0% 15%);
|
--color-text-message-header: hsl(0deg 0% 15%);
|
||||||
--color-text-dropdown-input: hsl(0deg 0% 13.33%);
|
--color-text-dropdown-input: hsl(0deg 0% 13.33%);
|
||||||
|
|||||||
Reference in New Issue
Block a user