Revert to default color of buttons in browser update prompt

This commit is contained in:
Zenithal 2021-02-11 00:15:08 +08:00
parent cf71168e3e
commit 7807f6312d
No known key found for this signature in database
GPG Key ID: 1189C659F3D04C1C

View File

@ -547,15 +547,9 @@ body .buorg {
border-bottom: unset;
background-color: unset;
}
body #buorgul, body #buorgig {
background-color: #5bc0de;
}
@media (prefers-color-scheme: dark) {
body .buorg {
color: #ddd;
box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
body #buorgul, body #buorgig {
background-color: #40729e;
}
}