Skip to content

Commit 7d7429f

Browse files
authored
added border when focused (#343)
1 parent 51fa308 commit 7d7429f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

public/css/site.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ a.carousel-control.left, a.carousel-control.right {
3838
}
3939
a.carousel-control.left:focus, a.carousel-control.right:focus {
4040
background-color: rgba(0, 0, 0, 0.25);
41+
border-style: solid;
42+
border-color: black;
4143
}
4244

4345
.dropdown-toggle:focus {

0 commit comments

Comments
 (0)