Skip to content

Commit 56c6b82

Browse files
authored
apply --text-secondary to .vimiumHUDSearchAreaInner (#27)
1 parent 87148d0 commit 56c6b82

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

vimium-simply-dark.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
:root {
2-
.vimiumReset, #vomnibar, .vimiumHUD {
2+
.vimiumReset,
3+
#vomnibar,
4+
.vimiumHUD {
35
/** Customizable Palette */
46
--accent: hotpink;
57
--text: #fff;
@@ -125,7 +127,6 @@ div.vimiumHUD {
125127
span#hud-find-input {
126128
position: relative;
127129
width: 100%;
128-
color: var(--text);
129130

130131
&::before {
131132
position: sticky;
@@ -141,6 +142,11 @@ div.vimiumHUD {
141142
}
142143
}
143144

145+
span#hud-find-input,
146+
.vimiumHUDSearchAreaInner {
147+
color: var(--text-secondary);
148+
}
149+
144150
#hud-match-count {
145151
flex-shrink: 0;
146152
float: none;

0 commit comments

Comments
 (0)