Skip to content

Commit 4856f29

Browse files
Update custom.scss
1 parent 993072f commit 4856f29

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/_sass/custom/custom.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@
1616

1717
.label-required:not(g) {
1818
background-color: #df8f8f;
19-
color: #fff;
19+
color: #4b0b0b;
2020
}
2121

2222
.label-conditional:not(g) {
2323
background-color: #ffcfc9;
24-
color: #fff;
24+
color: #b10202;
2525
}
2626

2727
.label-recommended:not(g) {
2828
background-color: #ffcfc9;
29-
color: #fff;
29+
color: #11734b;
3030
}
3131

3232
.label-optional:not(g) {
3333
background-color: #c6dbe1;
34-
color: #fff;
34+
color: #215a6c;
3535
}

0 commit comments

Comments
 (0)