Use default primary color for google login buttons

Red is too much of a warning color
This commit is contained in:
2020-04-28 11:30:38 +02:00
parent b9f63c5f8c
commit 23184f3266
3 changed files with 2 additions and 7 deletions

View File

@@ -64,11 +64,6 @@ h1, h2, h3 {
margin-bottom: 10px;
}
.button.google {
background: rgb(225, 98, 89);
color: white;
}
.button {
vertical-align: middle;
}