Skip to content

Commit c416447

Browse files
committed
Remove background and text color from input styles in popup components; add color-scheme property for dark theme button
1 parent e4d336b commit c416447

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

popup-page-styles/popup-components.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,6 @@ Key areas:
300300
padding: 8px;
301301
border: 1px solid var(--border-color);
302302
border-radius: 4px;
303-
background-color: var(--input-bg-color);
304-
color: var(--text-color);
305303
margin-bottom: 8px;
306304
}
307305

popup-page-styles/popup-theme.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ body.dark-theme button {
3737
background: #333;
3838
color: #eee;
3939
border-color: #555;
40+
color-scheme: dark;
4041
}
4142

4243
body.dark-theme .section {

0 commit comments

Comments
 (0)