Skip to content

Instantly share code, notes, and snippets.

@prichodko
Last active August 7, 2023 16:33
Show Gist options
  • Save prichodko/075e117dcc450b7ccf928840c721c180 to your computer and use it in GitHub Desktop.
Save prichodko/075e117dcc450b7ccf928840c721c180 to your computer and use it in GitHub Desktop.
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Raleway:wght@800&display=swap");
:root {
--font-family: "Open Sans", sans-serif;
--border-radius: 0;
--form-element-spacing-vertical: 1rem;
--form-element-spacing-horizontal: 1.25rem;
}
body {
background: red !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment