diff --git a/web/style.css b/web/style.css index 717f427..9dcbff9 100644 --- a/web/style.css +++ b/web/style.css @@ -19,6 +19,10 @@ html { } .nav-link { color: rgb(229, 232, 245); - text-decoration: none; padding: 1em; } +a.router-link-active { + color: deeppink; + background-color: lightgray; + border-radius: 0.39em 0.39em 0 0; +}