diff options
Diffstat (limited to 'src/views/NewsArchive.vue')
-rw-r--r-- | src/views/NewsArchive.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/NewsArchive.vue b/src/views/NewsArchive.vue index c00810a..b673fc8 100644 --- a/src/views/NewsArchive.vue +++ b/src/views/NewsArchive.vue @@ -24,7 +24,7 @@ border-radius: 30%; opacity: .6; - &:hover { + &:is(:hover, :focus) { background: orange; color: #fff; opacity: 1; |