Skip to content

Commit

Permalink
a11y fixes (#1108)
Browse files Browse the repository at this point in the history
Accessibility style only fixes
  • Loading branch information
missusmy committed Oct 11, 2023
1 parent ddcbf9b commit cba4a2d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _static/css/citus.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ h4 {
}

:focus {
outline: 2px dashed #2cc95c;
outline: 1px dashed #929292;
}

.btn-fat {
Expand Down Expand Up @@ -227,7 +227,7 @@ footer span.commit code {
}

footer a:not(:hover, :focus, .btn) {
color: #1e873d!important;
color: #1e8720!important;
}
footer a:hover:not(.btn), footer a:focus:not(.btn) {
color: #2cc95c!important;
Expand Down Expand Up @@ -329,4 +329,6 @@ footer a:hover:not(.btn), footer a:focus:not(.btn) {
#consentBox .consent-text a:visited { color: #239f49; }
#consentBox .consent-text p { font-size: inherit; line-height: inherit; }

.document a { text-decoration: dotted underline; }


0 comments on commit cba4a2d

Please sign in to comment.