koishi-plugin-media-luna 1.3.0 → 1.3.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.
@@ -1288,9 +1288,8 @@ onMounted(fetchData)
1288
1288
  .tag-more {
1289
1289
  font-size: 10px;
1290
1290
  padding: 2px 6px;
1291
- background: var(--ml-bg-alt);
1292
- color: var(--ml-text-muted);
1293
- border: 1px solid var(--ml-border-color);
1291
+ background: var(--ml-primary);
1292
+ color: var(--ml-text);
1294
1293
  border-radius: 6px;
1295
1294
  font-weight: 700;
1296
1295
  }
@@ -361,4 +361,13 @@
361
361
  .theme-material .middleware-tag.enabled {
362
362
  background-color: #f5f5f5 !important;
363
363
  border-color: #e0e0e0 !important;
364
+ }
365
+
366
+ /* Fix for tag-more, gallery-count, preset-ref - ensure readable in material theme */
367
+ .theme-material .tag-more,
368
+ .theme-material .gallery-count,
369
+ .theme-material .preset-ref {
370
+ background-color: #f5f5f5 !important;
371
+ color: #616161 !important;
372
+ border: 1px solid #bdbdbd !important;
364
373
  }