1
0
mirror of https://github.com/helenclx/leilukin-site.git synced 2025-04-09 09:42:41 +00:00

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

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