color: #af252f;
}
+.link-red:focus,
+a.text-danger:focus {
+ outline: 1px dotted var(--red);
+}
+
a.text-muted {
border-bottom: 1px solid #dddddd;
color: var(--secondFontColor);
color: #5e5e5e;
}
+a.text-muted:focus {
+ outline: 1px dotted var(--blue);
+}
+
a.text-warning {
border-bottom: 1px solid #fcebdd;
color: var(--orange);
color: #f1994f;
}
+a.text-warning:focus {
+ outline: 1px dotted var(--orange);
+}
+
a.text-success {
border-bottom: 1px solid #77ff77;
color: var(--green);
a.text-success:focus {
color: #007700;
}
+
+a.text-success:focus {
+ outline: 1px dotted var(--green);
+}
+
+a.set-homepage-link:focus,
+a.favorite-link:focus {
+ outline: 1px dotted var(--blue);
+}
cursor: pointer;
}
+.issues .issue:focus-within,
.issues .issue:hover {
border: 2px dashed var(--blue);
transition: all 0.3s ease;
+ outline: 0;
}
-.issues .issue:focus {
- outline: none;
+.issues .issue a:focus,
+.issues .issue button:focus {
+ box-shadow: none;
+ outline: 1px dotted var(--blue);
}
@media (max-width: 1320px) {