Replace link border by outline to avoid slight content shift

This commit is contained in:
Frédéric Guillot 2019-09-05 21:17:18 -07:00 committed by Frédéric Guillot
parent b6f3160dbc
commit 2d27f53941
2 changed files with 7 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -36,7 +36,7 @@ a:focus {
outline: 0;
color: red;
text-decoration: none;
border: 1px dotted #aaa;
outline: 1px dotted #aaa;
}
a:hover {