diff --git a/src/styles/common.css b/src/styles/common.css index 928c382..f369a54 100644 --- a/src/styles/common.css +++ b/src/styles/common.css @@ -25,4 +25,8 @@ body { .link:hover:not(.button-link) { text-decoration: underline; +} + +input { + color: var(--dark); } \ No newline at end of file