mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
Change another user display color to meet a11y requirements
This commit is contained in:
parent
42fbe314f2
commit
b7bc176dbf
3 changed files with 11 additions and 11 deletions
|
@ -15,21 +15,21 @@ color:
|
|||
|
||||
user:
|
||||
0:
|
||||
value: '#ff717b'
|
||||
value: '#FF717B'
|
||||
1:
|
||||
value: '#F4E413'
|
||||
2:
|
||||
value: '#b99c45'
|
||||
value: '#B99C45'
|
||||
3:
|
||||
value: '#58f40b'
|
||||
value: '#58F40B'
|
||||
4:
|
||||
value: '#0bf4f4'
|
||||
value: '#0BF4F4'
|
||||
5:
|
||||
value: '#0ba6f4'
|
||||
value: '#16a8f7'
|
||||
6:
|
||||
value: '#9a92ff'
|
||||
value: '#9A92FF'
|
||||
7:
|
||||
value: '#ff53ff'
|
||||
value: '#FF53FF'
|
||||
|
||||
palette:
|
||||
0:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
// Do not edit directly
|
||||
// Generated on Sun, 29 Jan 2023 22:03:03 GMT
|
||||
// Generated on Sun, 29 Jan 2023 22:10:49 GMT
|
||||
//
|
||||
// How to edit these values:
|
||||
// Edit the corresponding token file under the style-definitions directory
|
||||
|
@ -111,7 +111,7 @@
|
|||
@color-owncast-user-2: #b99c45;
|
||||
@color-owncast-user-3: #58f40b;
|
||||
@color-owncast-user-4: #0bf4f4;
|
||||
@color-owncast-user-5: #0ba6f4;
|
||||
@color-owncast-user-5: #16a8f7;
|
||||
@color-owncast-user-6: #9a92ff;
|
||||
@color-owncast-user-7: #ff53ff;
|
||||
@color-owncast-palette-0: #12161d; // Dark primary
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/**
|
||||
* Do not edit directly
|
||||
* Generated on Sun, 29 Jan 2023 22:03:03 GMT
|
||||
* Generated on Sun, 29 Jan 2023 22:10:49 GMT
|
||||
*
|
||||
* How to edit these values:
|
||||
* Edit the corresponding token file under the style-definitions directory
|
||||
|
@ -113,7 +113,7 @@
|
|||
--color-owncast-user-2: #b99c45;
|
||||
--color-owncast-user-3: #58f40b;
|
||||
--color-owncast-user-4: #0bf4f4;
|
||||
--color-owncast-user-5: #0ba6f4;
|
||||
--color-owncast-user-5: #16a8f7;
|
||||
--color-owncast-user-6: #9a92ff;
|
||||
--color-owncast-user-7: #ff53ff;
|
||||
--color-owncast-palette-0: #12161d; /* Dark primary */
|
||||
|
|
Loading…
Reference in a new issue