diff --git a/assets/scss/styles.scss b/assets/scss/styles.scss index 07618bd75..6fb7131ed 100644 --- a/assets/scss/styles.scss +++ b/assets/scss/styles.scss @@ -105,11 +105,14 @@ a { .tippy-popper { .tooltip-theme { @apply bg-tooltip; - @apply text-primary text-xs; + @apply text-primary; @apply font-semibold; @apply py-1 px-2; @apply shadow; + font-size: var(--body-font-size); + line-height: var(--body-line-height); + kbd { @apply first:ml-2; @apply last:-mr-1; @@ -128,6 +131,9 @@ a { @apply p-2; @apply shadow-lg; @apply focus:outline-none; + + font-size: var(--body-font-size); + line-height: var(--body-line-height); } &[x-placement^="top"] .tippy-tooltip .tippy-arrow { @@ -330,11 +336,14 @@ input[type="checkbox"] { .toasted { &.toasted-primary { @apply bg-tooltip; - @apply text-primary text-xs; + @apply text-primary; @apply justify-start; @apply shadow; @apply font-semibold; + font-size: var(--body-font-size); + line-height: var(--body-line-height); + .action { @apply ml-auto; @apply transition; diff --git a/components/app/Footer.vue b/components/app/Footer.vue index 3cd28ec3a..43c1a37f1 100644 --- a/components/app/Footer.vue +++ b/components/app/Footer.vue @@ -73,7 +73,7 @@ @click.native="$refs.options.tippy().hide()" /> -