change css for twi elements, sidebar and navbar active only

This commit is contained in:
ogerly 2022-01-24 16:58:03 +01:00
parent d0fdd57b7d
commit 1be4d83a36

View File

@ -53,7 +53,8 @@ export default {
}
</script>
<style>
.active {
#component-sidebar .active,
.component-navbar .active {
font-weight: bold;
}
</style>