Update button styles

This commit is contained in:
Yarmo Mackenbach 2020-06-26 09:48:18 +02:00
parent caf77fb18f
commit 0c717b5873

View file

@ -42,18 +42,14 @@ footer {
font-size: 1.2em; font-size: 1.2em;
text-transform: uppercase; text-transform: uppercase;
text-decoration: none; text-decoration: none;
background-color: #3f9acc; /*#c3eaff;*/ background-color: #3f9acc;
/* border: 2px solid #3f9acc; */
border: 0; border: 0;
border-radius: 8px; border-radius: 8px;
/* border-bottom-width: 4px; */
cursor: pointer; cursor: pointer;
} }
.bigBtn:hover { .bigBtn:hover {
color: #fff; color: #fff;
/* border-color: #3f9acc; */
background-color: #72bde6; background-color: #72bde6;
/* background-color: #9dd3f0; */
} }
h1 { h1 {