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.
2 parents 3c14f9f + 494806e commit a7a7805Copy full SHA for a7a7805
1 file changed
apps/settings/css/settings.scss
@@ -645,15 +645,15 @@ table.grid td.date {
645
}
646
647
&.icon-checkmark-white {
648
- background-color: var(--color-success);
+ background-color: var(--color-border-success);
649
650
651
&.icon-error-white {
652
- background-color: var(--color-warning);
+ background-color: var(--color-warning-text);
653
654
655
&.icon-close-white {
656
- background-color: var(--color-error);
+ background-color: var(--color-border-error);
657
658
659
@@ -871,9 +871,8 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
871
872
873
.settings-hint {
874
- margin-top: -12px;
875
- margin-bottom: 12px;
876
- opacity: .7;
+ color: var(--color-text-maxcontrast);
+ margin-block: -12px 12px;
877
878
879
.animated {
0 commit comments