Skip to content

Commit 962f46a

Browse files
authored
Increase specificity of color contrast (#337)
1 parent 815b03b commit 962f46a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

public/css/site.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
max-width: 1200px;
3232
max-height: 600px;
3333
}
34-
.carousel-control:focus {
35-
background-color: rgba(0, 0, 0, 0.25);
36-
}
3734
a.carousel-control.left, a.carousel-control.right {
3835
display: flex;
3936
align-items: center;
4037
justify-content: center;
4138
}
39+
a.carousel-control.left:focus, a.carousel-control.right:focus {
40+
background-color: rgba(0, 0, 0, 0.25);
41+
}
4242

4343
.dropdown-toggle:focus {
4444
outline:dotted;
@@ -95,7 +95,7 @@ a.carousel-control.left, a.carousel-control.right {
9595
border-color: #d23714;
9696
}
9797
a {
98-
color: #d23000;
98+
color: #d23000;
9999
text-decoration: underline;
100100
text-decoration-color:#d23000;
101101
}

0 commit comments

Comments
 (0)