Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3d25292

Browse files
committed
Vomnibar: move font declaration to root
It's unclear why we had different font declarations for the input vs. the rest of the Vomnibar. This should hopefully fix philc#4350.
1 parent fe50637 commit 3d25292

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pages/vomnibar.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
top: 8px;
1717
left: 8px;
1818
/*margin: 0 0 0 -40%;*/
19-
font-family: sans-serif;
19+
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
2020

2121
background: #F1F1F1;
2222
text-align: left;
@@ -28,7 +28,6 @@
2828

2929
#vomnibar input {
3030
color: #000;
31-
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
3231
font-size: 20px;
3332
height: 34px;
3433
margin-bottom: 0;

0 commit comments

Comments
 (0)