@triptease/tt-navbar 0.0.43 → 0.0.45

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.43
2
+ * @triptease/tt-navbar v0.0.45
3
3
  */
4
4
 
5
5
  // ../../node_modules/@lit/reactive-element/css-tag.js
@@ -581,6 +581,7 @@ var styles = i`
581
581
  }
582
582
 
583
583
  nav {
584
+ --menu-font-size: var(--font-size-200);
584
585
  max-width: var(--nav-bar-width);
585
586
  width: var(--nav-bar-width);
586
587
  min-height: 100vh;
@@ -650,7 +651,7 @@ var styles = i`
650
651
  width: 100%;
651
652
 
652
653
  .external-link {
653
- font-size: var(--font-size-100);
654
+ font-size: var(--menu-font-size);
654
655
  line-height: var(--font-line-height-100);
655
656
 
656
657
  .icon {
@@ -683,7 +684,7 @@ var styles = i`
683
684
 
684
685
  .nav-item {
685
686
  display: flex;
686
- font-size: var(--font-size-100);
687
+ font-size: var(--menu-font-size);
687
688
  line-height: var(--font-line-height-100);
688
689
  gap: var(--space-scale-1-5);
689
690
  border-radius: var(--border-radius-100);
@@ -707,7 +708,7 @@ var styles = i`
707
708
  border-radius: var(--border-radius-100);
708
709
 
709
710
  summary {
710
- font-size: var(--font-size-100);
711
+ font-size: var(--menu-font-size);
711
712
  line-height: var(--font-line-height-100);
712
713
  position: relative;
713
714
  display: flex;
@@ -768,7 +769,7 @@ var styles = i`
768
769
  padding-top: 10px;
769
770
  padding-bottom: 10px;
770
771
  color: var(--color-text-inverted-400);
771
- font-size: var(--font-size-100);
772
+ font-size: var(--menu-font-size);
772
773
  line-height: var(--font-line-height-100);
773
774
  text-decoration: none;
774
775