Skip to content

Commit 369e38f

Browse files
authored
Less shaded dark theme colors (ietf-tools#9335)
1 parent a1a19e5 commit 369e38f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ietf/static/css/ietf.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -510,23 +510,23 @@ td.position-empty {
510510
tr.position-notready-row,
511511
tr.position-discuss-row,
512512
tr.position-block-row {
513-
background-color: shade-color($color-discuss, 85%);
513+
background-color: shade-color($color-discuss, 65%);
514514
}
515515

516516
tr.position-yes-row {
517-
background-color: shade-color($color-yes, 75%);
517+
background-color: shade-color($color-yes, 65%);
518518
}
519519

520520
tr.position-noobj-row {
521-
background-color: shade-color($color-noobj, 75%);
521+
background-color: shade-color($color-noobj, 65%);
522522
}
523523

524524
tr.position-abstain-row {
525-
background-color: shade-color($color-abstain, 85%);
525+
background-color: shade-color($color-abstain, 65%);
526526
}
527527

528528
tr.position-recuse-row {
529-
background-color: shade-color($color-recuse, 85%);
529+
background-color: shade-color($color-recuse, 65%);
530530
}
531531
}
532532

0 commit comments

Comments
 (0)