mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Revert to default color of buttons in browser update prompt
This commit is contained in:
parent
cf71168e3e
commit
7807f6312d
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue