Commit 5f7f35e8 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Decorate links on focus

parent 76f3898f
......@@ -41,6 +41,10 @@ a {
color: $primary_color;
}
&:focus {
text-decoration: underline;
}
&.btn {
color: $style_color;
&:hover {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment