diff --git a/css/screen.less b/css/screen.less index 50cafda..af4d703 100644 --- a/css/screen.less +++ b/css/screen.less @@ -93,9 +93,6 @@ table { border-collapse: collapse; border-spacing: 0; } -:focus { - outline: none; - } /* general styles --------------------------------------------- */ @@ -113,11 +110,14 @@ body { a:link, a:visited { color: @link-color; text-decoration: none; - outline: none; } a:hover { color: @link-hover-color; } +a:focus { + outline: solid 2px #A1CF32; + overflow: hidden; +} /* page structure --------------------------------------------- */