Change chat user display colors to meet a11y guidelines
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
// Do not edit directly
|
||||
// Generated on Wed, 25 Jan 2023 02:50:50 GMT
|
||||
// Generated on Sun, 29 Jan 2023 01:28:51 GMT
|
||||
//
|
||||
// How to edit these values:
|
||||
// Edit the corresponding token file under the style-definitions directory
|
||||
@@ -106,14 +106,14 @@
|
||||
@owncast-purple-25: rgba(120, 113, 255, 0.25);
|
||||
@color-unknown: #7a5cf3;
|
||||
@color-unknown-2: #fffffe;
|
||||
@color-owncast-user-0: #f40b0b;
|
||||
@color-owncast-user-1: #f4800b;
|
||||
@color-owncast-user-2: #a2a201;
|
||||
@color-owncast-user-0: #ff717b;
|
||||
@color-owncast-user-1: #f4e413;
|
||||
@color-owncast-user-2: #b99c45;
|
||||
@color-owncast-user-3: #58f40b;
|
||||
@color-owncast-user-4: #0bf4f4;
|
||||
@color-owncast-user-5: #0ba6f4;
|
||||
@color-owncast-user-6: #6666ff;
|
||||
@color-owncast-user-7: #f40bf4;
|
||||
@color-owncast-user-6: #9a92ff;
|
||||
@color-owncast-user-7: #ff53ff;
|
||||
@color-owncast-palette-0: #12161d; // Dark primary
|
||||
@color-owncast-palette-1: #2d3748; // Dark secondary
|
||||
@color-owncast-palette-2: #000000; // Dark alternate
|
||||
|
||||
Reference in New Issue
Block a user