diff --git a/content/stylesheets/main.css b/content/stylesheets/main.css index 4ea8a7a..8cf77d7 100644 --- a/content/stylesheets/main.css +++ b/content/stylesheets/main.css @@ -309,9 +309,16 @@ input { } button { + color: var(--darkblue); border: 0.15em solid var(--darkblue); } +button:hover { + background-color: var(--lightblue); + border: 0.15rem solid var(--lightblue); + color: var(--white); +} + input { border: none; border-bottom: 0.15em solid var(--darkblue);