Skip to content

Commit ff8a965

Browse files
authored
Update newtab.html
1 parent 2af63b7 commit ff8a965

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

newtab.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script src="https://cdn.tailwindcss.com"></script>
88
<style>
99
body {
10-
background-color: #000;
10+
background-color: #0a0a0a;
1111
color: #fff;
1212
margin: 0;
1313
display: flex;
@@ -21,7 +21,7 @@
2121
}
2222
.container {
2323
text-align: center;
24-
max-width: 560px;
24+
max-width: 450px;
2525
width: 90%;
2626
z-index: 10;
2727
}
@@ -35,8 +35,8 @@
3535
.search-pill {
3636
width: 100%;
3737
height: 48px;
38-
background: #0a0a0a;
39-
border: 1px solid rgba(255, 255, 255, 0.1);
38+
background: #121212;
39+
border: 1px solid rgba(255, 255, 255, 0.08);
4040
border-radius: 24px;
4141
color: #fff;
4242
font-size: 15px;
@@ -50,28 +50,28 @@
5050
color: #555;
5151
}
5252
.search-pill:focus, .search-pill:hover {
53-
background: #111;
54-
border-color: rgba(255, 255, 255, 0.15);
53+
background: #1a1a1a;
54+
border-color: rgba(255, 255, 255, 0.12);
5555
box-shadow: 0 8px 40px rgba(0,0,0,0.8);
5656
}
5757
.appearance-btn {
5858
position: fixed;
5959
bottom: 2rem;
6060
right: 2rem;
6161
font-size: 10px;
62-
color: #333;
62+
color: #444;
6363
cursor: pointer;
6464
text-transform: uppercase;
6565
letter-spacing: 2px;
6666
transition: color 0.2s;
6767
}
68-
.appearance-btn:hover { color: #666; }
68+
.appearance-btn:hover { color: #888; }
6969
</style>
7070
</head>
7171
<body>
7272
<div class="container">
7373
<div class="clock" id="clock">00:00</div>
74-
<input type="text" class="search-pill" id="search" placeholder="Search with Vision or type a URL" autocomplete="off" spellcheck="false">
74+
<input type="text" class="search-pill" id="search" placeholder="Search Vision" autocomplete="off" spellcheck="false">
7575
</div>
7676

7777
<input type="file" id="bg-upload" style="display:none" accept="image/*">

0 commit comments

Comments
 (0)