@appartmint/mint 2.7.3 → 2.7.4

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/dist/css/mint.css CHANGED
@@ -314,6 +314,10 @@
314
314
  justify-content: flex-end;
315
315
  height: 100%;
316
316
  }
317
+ #mint-header #mint-navbar > :not(.mint-buttons) a {
318
+ color: var(--mint-header-link-fore);
319
+ text-decoration: none;
320
+ }
317
321
  #mint-header .mint-logo {
318
322
  display: flex;
319
323
  align-items: center;