@meduza/ui-kit-2 0.1.66 → 0.1.67

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
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.66",
2
+ "version": "0.1.67",
3
3
  "license": "MIT",
4
4
  "description": "UIKit for Meduza",
5
5
  "repository": "https://github.com/meduza-corp/ui-kit-2.git",
@@ -233,7 +233,8 @@
233
233
  }
234
234
  }
235
235
 
236
- .isInAnswer .figure {
236
+ .isInAnswer .figure,
237
+ .isInAnswer .object {
237
238
  margin-right: 0;
238
239
  margin-left: 0;
239
240
  }
@@ -306,3 +307,12 @@
306
307
  .xs + h4 {
307
308
  margin-top: 0;
308
309
  }
310
+
311
+ /* Dark theme */
312
+ .isDark .caption {
313
+ color: #d9d9d9;
314
+ }
315
+
316
+ .isDark .credit {
317
+ color: #757575;
318
+ }