diff --git a/src/App.vue b/src/App.vue index 2a90afe..069a553 100644 --- a/src/App.vue +++ b/src/App.vue @@ -87,6 +87,14 @@ // Bottom line border-bottom: 2px solid; + + // Emphasize + color: #ffffffa8; + } + + .nav-item.selected + { + color: white; } } }