Make outline of field boxes darker on contact form/page?

hey @Gen-Audio

If the theme has no setting to update the color then you need to change the color from the base.css or if you have a custom css file then you can add this in that file.

textarea.field__input, input.field__input {
    border: 1px solid #484848 !important;
}