button {
background-color: #f2f2f4;
color: #666a6b;
}
.dark button {
background-color: #505050;
color: #0a87c6;
}
button:hover {
background-color: rgba(242, 242, 244, 0.5);
}
.dark button:hover {
background-color: rgba(80, 80, 80, 0.5);
}