mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Update options page style for Photon design
This commit is contained in:
@@ -356,7 +356,7 @@ button.ghost:not(:hover) {
|
||||
}
|
||||
|
||||
.editable-list__item:nth-child(odd) {
|
||||
background-color: var(--grey-20);
|
||||
background-color: rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
.editable-list__item--selected {
|
||||
@@ -411,6 +411,6 @@ button.ghost:not(:hover) {
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.editable-list__item:nth-child(odd) {
|
||||
background-color: var(--grey-80);
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user