Skip to content

Commit 9d217ae

Browse files
committed
Added focus state to logo
1 parent 464c5f0 commit 9d217ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/assets/css/main.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ textarea {
157157

158158
#logo_image {
159159
position: absolute;
160-
top: 0;
160+
top: 0;
161161
}
162162

163163
#menu.top_menu,
@@ -2288,7 +2288,8 @@ p + img {
22882288
}
22892289

22902290
#lockup a:focus {
2291-
outline: 0;
2291+
outline: active;
2292+
outline-style: dotted;
22922293
}
22932294

22942295
.logo {

0 commit comments

Comments
 (0)