diff --git a/css/index.css b/css/index.css index 6c712bb..46c7256 100644 --- a/css/index.css +++ b/css/index.css @@ -416,6 +416,9 @@ a { transition: background-size 400ms; } +a:focus { + background-size: 0 3px, 100% 3px; +} a:hover { background-size: 0 3px, 100% 3px; }