gh-13522: Fixed search engines not being visible in settings (gh-13547)

This commit is contained in:
mr. m
2026-05-03 23:35:14 +02:00
committed by GitHub
parent 607551f394
commit a9a582afae
4 changed files with 18 additions and 5 deletions

View File

@@ -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;