summaryrefslogtreecommitdiff
path: root/src/chrome/browser/newtab/newTab.css
diff options
context:
space:
mode:
authorVineet Kumar <git@vineetk.net>2022-08-29 17:02:12 -0400
committerVineet Kumar <git@vineetk.net>2026-05-14 17:02:12 -0400
commit199c684366d6cf7431513ff15bae9861166a3a19 (patch)
treeab143c779ca20d6ba39be37b2ee2b93b2802cfa2 /src/chrome/browser/newtab/newTab.css
parent48c977ab7fcab19dc4da19bba4b209b220c0a33e (diff)
Diffstat (limited to 'src/chrome/browser/newtab/newTab.css')
-rw-r--r--src/chrome/browser/newtab/newTab.css28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/chrome/browser/newtab/newTab.css b/src/chrome/browser/newtab/newTab.css
index 1d6d236..98ab306 100644
--- a/src/chrome/browser/newtab/newTab.css
+++ b/src/chrome/browser/newtab/newTab.css
@@ -10,7 +10,7 @@
10 10
11/* SCROLLBOX */ 11/* SCROLLBOX */
12#newtab-vertical-margin { 12#newtab-vertical-margin {
13 background-color: rgb(0,0,0); 13 background-color: #181411;
14 background-attachment: fixed; 14 background-attachment: fixed;
15} 15}
16 16
@@ -19,8 +19,8 @@
19 padding: 4px 3px; 19 padding: 4px 3px;
20 border: 1px solid; 20 border: 1px solid;
21 border-color: rgb(64,64,64); 21 border-color: rgb(64,64,64);
22 background-color: rgb(0,0,0); 22 background-color: #181411;
23 color: #fff; 23 color: #bfbbb6;
24} 24}
25 25
26#newtab-undo-label { 26#newtab-undo-label {
@@ -30,7 +30,7 @@
30 30
31.newtab-undo-button { 31.newtab-undo-button {
32 -moz-appearance: none; 32 -moz-appearance: none;
33 color: #fff; 33 color: #bfbbb6;
34 cursor: pointer; 34 cursor: pointer;
35 padding: 0; 35 padding: 0;
36 margin: 0 4px; 36 margin: 0 4px;
@@ -100,7 +100,7 @@
100/* CELLS */ 100/* CELLS */
101.newtab-cell { 101.newtab-cell {
102 margin-inline-end: 20px; 102 margin-inline-end: 20px;
103 background-color: rgb(0,0,0); 103 background-color: #181411;
104 border: 1px solid rgb(64,64,64); 104 border: 1px solid rgb(64,64,64);
105 transition: border-color 100ms ease-out; 105 transition: border-color 100ms ease-out;
106} 106}
@@ -130,7 +130,7 @@
130 130
131.newtab-site[dragged] { 131.newtab-site[dragged] {
132 transition-property: box-shadow, background-color; 132 transition-property: box-shadow, background-color;
133 background-color: rgb(0,0,0); 133 background-color: #181411;
134 box-shadow: 0 18px 24px rgba(255,255,255,.5); 134 box-shadow: 0 18px 24px rgba(255,255,255,.5);
135} 135}
136 136
@@ -146,8 +146,8 @@
146/* TITLES */ 146/* TITLES */
147.newtab-title { 147.newtab-title {
148 padding: 0 8px; 148 padding: 0 8px;
149 background-color: rgb(0,0,0); 149 background-color: #181411;
150 color: #fff; 150 color: #bfbbb6;
151 line-height: 24px; 151 line-height: 24px;
152} 152}
153 153
@@ -251,9 +251,9 @@
251 251
252#searchText { 252#searchText {
253 -moz-box-flex: 1; 253 -moz-box-flex: 1;
254 color: #fff; 254 color: #bfbbb6;
255 padding: 6px 8px; 255 padding: 6px 8px;
256 background-color: rgb(0, 0, 0); 256 background-color: #181411;
257 border: 1px solid; 257 border: 1px solid;
258 border-color: rgb(64, 64, 64); 258 border-color: rgb(64, 64, 64);
259 border-radius: 5px 0 0 5px; 259 border-radius: 5px 0 0 5px;
@@ -272,8 +272,8 @@
272#searchSubmit { 272#searchSubmit {
273 margin-inline-start: -1px; 273 margin-inline-start: -1px;
274 padding: 0 9px; 274 padding: 0 9px;
275 color: #fff; 275 color: #bfbbb6;
276 background-color: rgb(0, 0, 0); 276 background-color: #181411;
277 border: 1px solid; 277 border: 1px solid;
278 border-color: rgb(64, 64, 64); 278 border-color: rgb(64, 64, 64);
279 border-radius: 0 5px 5px 0; 279 border-radius: 0 5px 5px 0;
@@ -291,10 +291,10 @@
291#searchText + #searchSubmit:hover, 291#searchText + #searchSubmit:hover,
292#searchText[autofocus] + #searchSubmit { 292#searchText[autofocus] + #searchSubmit {
293 border-color: rgb(128, 128, 128); 293 border-color: rgb(128, 128, 128);
294 background-color: rgb(0, 0, 0); 294 background-color: #181411;
295} 295}
296 296
297#searchText + #searchSubmit:hover:active { 297#searchText + #searchSubmit:hover:active {
298 border-color: rgb(64, 64, 64); 298 border-color: rgb(64, 64, 64);
299 background-color: rgb(0, 0, 0); 299 background-color: #181411;
300} 300}