We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815b03b commit 962f46aCopy full SHA for 962f46a
public/css/site.css
@@ -31,14 +31,14 @@
31
max-width: 1200px;
32
max-height: 600px;
33
}
34
-.carousel-control:focus {
35
- background-color: rgba(0, 0, 0, 0.25);
36
-}
37
a.carousel-control.left, a.carousel-control.right {
38
display: flex;
39
align-items: center;
40
justify-content: center;
41
+a.carousel-control.left:focus, a.carousel-control.right:focus {
+ background-color: rgba(0, 0, 0, 0.25);
+}
42
43
.dropdown-toggle:focus {
44
outline:dotted;
@@ -95,7 +95,7 @@ a.carousel-control.left, a.carousel-control.right {
95
border-color: #d23714;
96
97
a {
98
- color: #d23000;
+ color: #d23000;
99
text-decoration: underline;
100
text-decoration-color:#d23000;
101
0 commit comments