Skip to content
Snippets Groups Projects
Commit be57dc11 authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

re meta#300 måtte endre farge på uthevede definisjoner, bruker mørkere "tertiary"

parent 505ce7b7
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ var Definition = { ...@@ -44,7 +44,7 @@ var Definition = {
}) })
}, },
subdefs: function() { subdefs: function() {
// filtrerer bort definisjoner som bare inneholder underartikler // filtrerer bort definisjoner som bare inneholder underartikler
return this.body.elements.filter(el => el.type_ == 'definition').filter(def => def.elements.filter(el => el.type_ != 'sub_article').length > 0) return this.body.elements.filter(el => el.type_ == 'definition').filter(def => def.elements.filter(el => el.type_ != 'sub_article').length > 0)
} }
}, },
...@@ -80,7 +80,7 @@ q { ...@@ -80,7 +80,7 @@ q {
} }
.highlighted { .highlighted {
background-color: var(--v-tertiary-base); background-color: var(--v-tertiary-darken1);
border-radius: 5px; border-radius: 5px;
} }
</style> </style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment