diff --git a/src/styles/common.css b/src/styles/common.css index 976816a..efb68fb 100644 --- a/src/styles/common.css +++ b/src/styles/common.css @@ -34,4 +34,18 @@ input { .main-content-padding { padding: var(--main-content-padding); width: calc(100% - var(--main-content-padding-x) * 2); +} + +.button { + background-color: var(--light-bg); + border: none; +} + +.button:focus { + background-color: var(--light-hover); + outline: none; +} + +.button:hover { + background-color: var(--light-hover); } \ No newline at end of file