From c4e43ffd6777c9cffd37c56aa2500fe9c5a9b1a4 Mon Sep 17 00:00:00 2001 From: Henrik Askjer <henrik.askjer@uib.no> Date: Tue, 12 Oct 2021 15:10:47 +0200 Subject: [PATCH] restyle h3 --- src/components/Article.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/Article.vue b/src/components/Article.vue index c35f03c1..888436fd 100644 --- a/src/components/Article.vue +++ b/src/components/Article.vue @@ -141,14 +141,12 @@ section { h3 { color: var(--v-primary-base); - font-variant: small-caps; + font-variant: all-small-caps; } section.etymology > h3, section.pronunciation > h3 { display: inline; - font-size: 14px; - font-variant: revert; } section.etymology ul, section.pronunciation ul, section.etymology li, section.pronunciation li { -- GitLab