Updates from qa review

This commit is contained in:
Jake
2022-08-23 14:09:46 -07:00
parent 1ecdef8811
commit 3fcfc84c76
7 changed files with 3019 additions and 26 deletions

View File

@@ -791,4 +791,19 @@ $placeholder-color: $gray-600;
}
}
}
}
.page-funding {
.funding-list {
@each $funding in "funding-01", "funding-02", "funding-03", "funding-04" {
##{$funding} {
content: url("../img/funding/lightmode/#{$funding}.svg");
}
}
}
#xrplGrantsDark,
#xrplGrantsDark-small {
filter: invert(100%) brightness(0.8);
}
}