1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-18 14:45:32 -04:00

move to official hcaptcha react component

This commit is contained in:
2021-12-12 06:47:38 -05:00
parent b82be240a7
commit 0bc30f87d8
6 changed files with 108 additions and 16 deletions

View File

@@ -67,6 +67,14 @@ div.highlight {
width: 1em;
height: 1em;
}
.octicon-check {
@include themes.themed(
(
color: "success",
)
);
}
}
}