Remove outline of the link focus

This commit is contained in:
Helen Chong 2024-04-20 17:44:05 +08:00
parent 2983a4be68
commit c5306fa409
1 changed files with 4 additions and 0 deletions

View File

@ -94,4 +94,8 @@
color: var(--clr-link-btn-hover);
text-decoration: none;
}
.pagination li a:focus {
outline: none;
}
</style>