diff --git a/assets/style/style.css b/assets/style/style.css index fb10272..4980f05 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -246,6 +246,11 @@ a:link { color: var(--crystalBlue); } +a:active, a:focus { + outline: none; + color: none; +} + a:hover, a:visited:hover { color: var(--fujiWhite);