mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 11:15:49 +00:00
Updates from qa review
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user