diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue index 8de26c1c22b9b7db7d91503a4e565f663d044b40..82826c25a1e9e973d679b23526c600b2f8581a15 100644 --- a/src/components/DictionaryView.vue +++ b/src/components/DictionaryView.vue @@ -337,6 +337,10 @@ div.monthly article.nob .dict-label::before { content: "frå "; } +div.monthly details, div.monthly h3 { + display: none; +} + .v-label span { color: var(--v-primary-base); }