@bitrise/bitkit 9.5.3 → 9.5.4-alpha-chakra.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/variables.css +2 -3
package/package.json
CHANGED
package/src/variables.css
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
--size--x10: 2.5rem;
|
|
10
10
|
--size--x12: 3rem;
|
|
11
11
|
--size--x16: 4rem;
|
|
12
|
-
|
|
12
|
+
/*
|
|
13
13
|
--color-white: #FFFFFF;
|
|
14
14
|
--color-black: #222222;
|
|
15
15
|
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
|
|
149
149
|
--color-overlay--black: rgba(34, 34, 34, 0.8);
|
|
150
150
|
--color-overlay--grape: rgba(53, 29, 72, 0.8);
|
|
151
|
-
|
|
151
|
+
*/
|
|
152
152
|
--color-white: var(--colors-neutral-100);
|
|
153
153
|
--color-black: var(--colors-neutral-10);
|
|
154
154
|
|
|
@@ -230,7 +230,6 @@
|
|
|
230
230
|
--rgb-blue--2: 134, 193, 230;
|
|
231
231
|
|
|
232
232
|
--color-overlay--black: rgba(34, 34, 34, 0.8);
|
|
233
|
-
*/
|
|
234
233
|
|
|
235
234
|
--font-family: 'TT Norms Pro', sans-serif;
|
|
236
235
|
--font-family-monospace: 'Source Code Pro', monospace;
|