From 367429620958efb80a894f6a6576c88fb4c31238 Mon Sep 17 00:00:00 2001
From: Petr Kalashnikov <pka065@it6100016.klientdrift.uib.no>
Date: Wed, 4 Aug 2021 13:36:44 +0200
Subject: [PATCH] Remove italics in article parts like pronunciation

---
 src/components/Article.vue    | 1 -
 src/components/DefElement.vue | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/components/Article.vue b/src/components/Article.vue
index af37e3b..f73feba 100644
--- a/src/components/Article.vue
+++ b/src/components/Article.vue
@@ -162,7 +162,6 @@ section.etymology li:not(:first-child):not(:last-child):before, section.pronunci
 
 section.etymology li:not(:first-child):last-child:before, section.pronunciation li:not(:first-child):last-child:before {
   content: " eller ";
-  font-style: italic;
   font-size: smaller;
 }
 
diff --git a/src/components/DefElement.vue b/src/components/DefElement.vue
index 213b538..aeac9cf 100644
--- a/src/components/DefElement.vue
+++ b/src/components/DefElement.vue
@@ -98,7 +98,6 @@ export default {
 }
 
 .pronunciation_guide {
-  font-style: italic;
   font-size: smaller;
 }
 
-- 
GitLab