|
15 | 15 | --vt-c-text-light-2: rgb(60 60 60 / 66%);
|
16 | 16 | --vt-c-text-dark-1: var(--vt-c-white);
|
17 | 17 | --vt-c-text-dark-2: rgb(235 235 235 / 64%);
|
18 |
| - |
| 18 | + |
19 | 19 | /* background color variables */
|
20 | 20 | --bg-blur: 1px;
|
21 | 21 | --bg-blur-20: 20px;
|
|
28 | 28 | --bg-black-70: rgba(0 0 0 / 70%);
|
29 | 29 | --bg-black-80: rgba(0 0 0 / 80%);
|
30 | 30 | --bg-black-90: rgba(0 0 0 / 90%);
|
31 |
| - --bg-gradient-60-90: linear-gradient(to right, var(--bg-color-60) 5%, var(--bg-color-90)); |
| 31 | + --bg-gradient-60-90: linear-gradient( |
| 32 | + to right, |
| 33 | + var(--bg-color-60) 5%, |
| 34 | + var(--bg-color-90) |
| 35 | + ); |
32 | 36 | --bg-red: rgba(255 222 223);
|
33 | 37 | --bg-red-20: rgba(255 222 223 / 20%);
|
34 | 38 | --bg-red-30: rgba(255 222 223 / 30%);
|
|
39 | 43 | --bg-color-primary: rgb(24 42 36);
|
40 | 44 | --bg-color-primary-80: rgba(24 42 36 / 80%);
|
41 | 45 | --bg-color-info: rgb(22 35 42);
|
42 |
| - --bg-color-info-80: rgb(22 35 42 / 80%); |
| 46 | + --bg-color-info-80: rgb(22 35 42 / 80%); |
43 | 47 | --bg-color-warning: rgb(43 37 25);
|
44 | 48 | --bg-color-warning-80: rgb(43 37 25 / 80%);
|
45 | 49 | --bg-color-error: rgb(45 27 28);
|
|
52 | 56 | --border-grey: rgb(70 70 70);
|
53 | 57 | --border-white: rgb(255 255 255 / 20%);
|
54 | 58 | --primary-color: #63e2b7;
|
55 |
| - --primary-color-lighter: #7fe7c4; |
| 59 | + --primary-color-lighter: #7fe7c4; |
56 | 60 | --primary-color-disabled: #548272;
|
57 | 61 | --primary-color-dark: color-mix(in srgb, var(--primary-color) 40%, black 60%);
|
58 | 62 | --primary-color-focus: rgba(99 226 183 / 10%);
|
|
67 | 71 |
|
68 | 72 | /* trakt.tv brand color */
|
69 | 73 | --trakt-red: #ed1c24;
|
70 |
| - --trakt-red-dark: #ba080f; |
| 74 | + --trakt-red-dark: #b7000D; |
| 75 | + --trakt-red-darker: #80000a; |
| 76 | + --trakt-red-light:#ff5c62; |
| 77 | + --trakt-red-lighter: #e98b8b; |
71 | 78 |
|
72 | 79 | /* Transforms */
|
73 |
| - --n-bezier: cubic-bezier(.4, 0, .2, 1); |
| 80 | + --n-bezier: cubic-bezier(0.4, 0, 0.2, 1); |
74 | 81 |
|
75 | 82 | /* Bow shadows */
|
76 | 83 | --image-box-shadow: 0 0 20px 9px rgb(255 255 255 / 10%);
|
|
139 | 146 | }
|
140 | 147 | */
|
141 | 148 | }
|
142 |
| - |
|
0 commit comments