mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
Prettified Code!
This commit is contained in:
parent
e49948a215
commit
80b31af253
1 changed files with 23 additions and 24 deletions
|
@ -15,38 +15,38 @@
|
||||||
--black-75: rgba(0, 0, 0, 0.75);
|
--black-75: rgba(0, 0, 0, 0.75);
|
||||||
|
|
||||||
// New colors
|
// New colors
|
||||||
--purple-100: #F4EBFF;
|
--purple-100: #f4ebff;
|
||||||
--purple-300: #D6BBFB;
|
--purple-300: #d6bbfb;
|
||||||
--purple-500: #9E77ED;
|
--purple-500: #9e77ed;
|
||||||
--purple-700: #6941C6;
|
--purple-700: #6941c6;
|
||||||
--purple-900: #42307D;
|
--purple-900: #42307d;
|
||||||
|
|
||||||
--green-100: #D15AD5;
|
--green-100: #d15ad5;
|
||||||
--green-300: #6CE9A6;
|
--green-300: #6ce9a6;
|
||||||
--green-500: #12B76A;
|
--green-500: #12b76a;
|
||||||
--green-700: #027A48;
|
--green-700: #027a48;
|
||||||
--green-900: #054F31;
|
--green-900: #054f31;
|
||||||
|
|
||||||
--red-100: #FEE4E2;
|
--red-100: #fee4e2;
|
||||||
--red-300: #FDA29B;
|
--red-300: #fda29b;
|
||||||
--red-500: #F04438;
|
--red-500: #f04438;
|
||||||
--red-700: #B42318;
|
--red-700: #b42318;
|
||||||
--red-900: #7A271A;
|
--red-900: #7a271a;
|
||||||
|
|
||||||
--orange-100: #FEF0C7;
|
--orange-100: #fef0c7;
|
||||||
--orange-300: #FEC84B;
|
--orange-300: #fec84b;
|
||||||
--orange-500: #F79009;
|
--orange-500: #f79009;
|
||||||
--orange-700: #B54708;
|
--orange-700: #b54708;
|
||||||
--orange-900: #93370D;
|
--orange-900: #93370d;
|
||||||
|
|
||||||
--gray-100: #F2F4F7;
|
--gray-100: #f2f4f7;
|
||||||
--gray-300: #D0D5DD;
|
--gray-300: #d0d5dd;
|
||||||
--gray-500: #667085;
|
--gray-500: #667085;
|
||||||
--gray-700: #344054;
|
--gray-700: #344054;
|
||||||
--gray-900: #101828;
|
--gray-900: #101828;
|
||||||
|
|
||||||
// owncast logo color family
|
// owncast logo color family
|
||||||
--owncast-purple: rgba(120, 113, 255, 1);
|
--owncast-purple: rgba(120, 113, 255, 1);
|
||||||
--purple-dark: rgba(28, 26, 59, 1); // #1c1a3b;
|
--purple-dark: rgba(28, 26, 59, 1); // #1c1a3b;
|
||||||
--pink: rgba(201, 139, 254, 1); // #D18BFE;
|
--pink: rgba(201, 139, 254, 1); // #D18BFE;
|
||||||
--blue: rgba(32, 134, 225, 1); // #2086E1;
|
--blue: rgba(32, 134, 225, 1); // #2086E1;
|
||||||
|
@ -63,7 +63,6 @@
|
||||||
--online-color: #73dd3f;
|
--online-color: #73dd3f;
|
||||||
--offline-color: #999;
|
--offline-color: #999;
|
||||||
|
|
||||||
|
|
||||||
// ////////////////////////////////
|
// ////////////////////////////////
|
||||||
--default-text-color: var(--white-88);
|
--default-text-color: var(--white-88);
|
||||||
--default-bg-color: var(--black);
|
--default-bg-color: var(--black);
|
||||||
|
|
Loading…
Reference in a new issue