diff --git a/pages/index.vue b/pages/index.vue index b7c1e76..84a8a83 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -64,7 +64,7 @@ ul, li a{ font-weight: 600 } li :hover { - background-color: #ef4444; + background-color: #dc2626; } #crew-list { counter-reset: crew-index; @@ -75,4 +75,7 @@ li :hover { #crew-list > li::before { content: counter(crew-index) ". "; } +#crew-list > li:target { + background-color: #dc2626; +}