diff --git a/src/index.css b/src/index.css index 93596a4..03c2ae3 100644 --- a/src/index.css +++ b/src/index.css @@ -15,13 +15,13 @@ } html { + -webkit-app-region: drag; font-family: Roboto, sans-serif; color: var(--title-color); } body { background: var(--background-color); - -webkit-app-region: drag; -webkit-font-smoothing: antialiased; margin: auto; } @@ -37,7 +37,7 @@ header img { max-width: 80%; height: auto; margin-bottom: 5px; - opacity: 100%; + /* opacity: 100%; */ } header p { @@ -95,6 +95,11 @@ form div a { text-align: center; } +main .button { + -webkit-app-region: drag; + padding: 15px; +} + button { -webkit-app-region: no-drag; width: 260px; diff --git a/src/index.html b/src/index.html index ebb3c09..a39ea0f 100644 --- a/src/index.html +++ b/src/index.html @@ -30,10 +30,12 @@ - +
- -