Skip to content

Commit

Permalink
Style nit.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Sep 28, 2023
1 parent 26e3583 commit 7cf6f57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,8 @@ td.vbar {
* a.qo: color inherit/link + underline inherit/inherit (a.qh.noul)
* u.x: underline when in a:hover */
a.qh, a.noq, a.noq:hover, a.q, a.qo, a.btn, a.btn:hover,
.is-error a, .is-warning a, .is-note a, .is-warning-note a, .is-urgent-note a,
.is-error a, .is-warning a, .is-success a, .is-note a,
.is-warning-note a, .is-urgent-note a,
.btn-qlink, .btn-qolink, .btn-ulink,
button.q, button.qo {
color: inherit;
Expand Down Expand Up @@ -2430,8 +2431,8 @@ select.has-warning {
.msg .is-note,
.tooltip .is-error,
.tooltip .is-warning,
.tooltip .is-note,
.tooltip .is-success,
.tooltip .is-note,
.tooltip .is-urgent-note,
.tooltip .is-warning-note {
color: inherit;
Expand Down

0 comments on commit 7cf6f57

Please sign in to comment.