mirror of
https://github.com/zen-browser/desktop.git
synced 2026-07-14 21:00:32 +00:00
gh-13522: Fixed search engines not being visible in settings (gh-13547)
This commit is contained in:
@@ -238,7 +238,7 @@
|
||||
width: 200px;
|
||||
height: 250px;
|
||||
border-radius: 16px;
|
||||
background: black;
|
||||
background: light-dark(white, black);
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 20px;
|
||||
@@ -251,7 +251,7 @@
|
||||
}
|
||||
|
||||
& label {
|
||||
color: white;
|
||||
color: light-dark(black, white);
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user