diff --git a/asset/style.css b/asset/style.css index f5f01db..6ff09ad 100644 --- a/asset/style.css +++ b/asset/style.css @@ -67,6 +67,11 @@ body { color: var(--color-itembg) } +a:active, a:focus { + outline:0; + border: none; +} + /* LOADING */ .loading-wave { display: inline-block; @@ -712,4 +717,4 @@ article:hover .textIcon { .page-overlay .content-enter a { color: var(--color-page-e); text-decoration: none; -} \ No newline at end of file +}