makes the active menu punkt bold instead of underlined

This commit is contained in:
SimonGschnell
2024-10-18 11:58:14 +02:00
parent 59df85b05e
commit 8ba370d3a7
+2 -2
View File
@@ -205,7 +205,7 @@ export default {
:class="{
'btn btn-default rounded-0 text-start': true,
['btn-level-' + level]: true,
'text-decoration-underline':active
'fw-bold':active
}">
{{ entry.titel }}
</a>
@@ -228,7 +228,7 @@ export default {
:class="{
'btn btn-default rounded-0 w-100 text-start': true,
['btn-level-' + level]: true,
'text-decoration-underline':active
'fw-bold':active
}">
{{ entry.titel }}
</a>