@tilde-nlp/ngx-common 8.1.5 → 8.1.6
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
CHANGED
|
@@ -144,7 +144,7 @@ html.black-white {
|
|
|
144
144
|
--neutral-50: #847374 !important;
|
|
145
145
|
--neutral-95: #fbeeee !important;
|
|
146
146
|
--overlay: #181a1b 70% !important;
|
|
147
|
-
--primary-accent: #
|
|
147
|
+
--primary-accent: #ffffff !important;
|
|
148
148
|
--primary-accent-lighter: #373737 !important;
|
|
149
149
|
--secondary-accent: #ffffff !important;
|
|
150
150
|
--info-primary: #0288d1 !important;
|
|
@@ -157,7 +157,7 @@ html.black-white {
|
|
|
157
157
|
--error-dark: #c42121 !important;
|
|
158
158
|
--error-light: #fdf2f2 !important;
|
|
159
159
|
--gradient: #667680 !important;
|
|
160
|
-
--accent: #
|
|
160
|
+
--accent: #ffffff !important;
|
|
161
161
|
|
|
162
162
|
--mat-menu-item-label-text-color: #000000 !important;
|
|
163
163
|
--mat-menu-container-color: #e2e2e2 !important;
|
|
@@ -200,6 +200,7 @@ html.black-white {
|
|
|
200
200
|
|
|
201
201
|
textarea,
|
|
202
202
|
input {
|
|
203
|
+
color: var(--base-0) !important;
|
|
203
204
|
background-color: var(--base-100) !important;
|
|
204
205
|
}
|
|
205
206
|
|
|
@@ -144,7 +144,7 @@ html.black-yellow {
|
|
|
144
144
|
--neutral-50: #847374 !important;
|
|
145
145
|
--neutral-95: #fbeeee !important;
|
|
146
146
|
--overlay: #181a1b 70% !important;
|
|
147
|
-
--primary-accent: #
|
|
147
|
+
--primary-accent: #f9f150 !important;
|
|
148
148
|
--primary-accent-lighter: #373737 !important;
|
|
149
149
|
--secondary-accent: #ffffff !important;
|
|
150
150
|
--info-primary: #0288d1 !important;
|
|
@@ -157,7 +157,7 @@ html.black-yellow {
|
|
|
157
157
|
--error-dark: #c42121 !important;
|
|
158
158
|
--error-light: #fdf2f2 !important;
|
|
159
159
|
--gradient: #667680 !important;
|
|
160
|
-
--accent: #
|
|
160
|
+
--accent: #f9f150 !important;
|
|
161
161
|
|
|
162
162
|
--mat-menu-item-label-text-color: #656100 !important;
|
|
163
163
|
--mat-menu-container-color: #fef655 !important;
|
|
@@ -201,6 +201,7 @@ html.black-yellow {
|
|
|
201
201
|
|
|
202
202
|
textarea,
|
|
203
203
|
input {
|
|
204
|
+
color: #f9f150 !important;
|
|
204
205
|
background-color: black !important;
|
|
205
206
|
}
|
|
206
207
|
|