Skip to content

Commit a059242

Browse files
authored
Update newtab.html
1 parent a087290 commit a059242

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

newtab.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
.container {
2323
text-align: center;
24-
max-width: 240px; /* MUCH SHORTER NOW */
24+
max-width: 240px;
2525
width: 90%;
2626
z-index: 10;
2727
}
@@ -35,7 +35,7 @@
3535
.search-pill {
3636
width: 100%;
3737
height: 38px;
38-
background: #0a0a0a; /* Dark pill as requested */
38+
background: #0a0a0a;
3939
border: 1px solid rgba(255, 255, 255, 0.05);
4040
border-radius: 40px;
4141
color: #fff;
@@ -46,7 +46,7 @@
4646
box-shadow: 0 4px 20px rgba(0,0,0,0.8);
4747
}
4848
.search-pill::placeholder {
49-
color: #555;
49+
color: #444;
5050
}
5151
.search-pill:focus {
5252
background: #000;

0 commit comments

Comments
 (0)