File tree 1 file changed +17
-1
lines changed
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -321,12 +321,16 @@ function setup_surfingkeys({ api: api }) {
321
321
}
322
322
.sk_theme #sk_omnibarSearchResult ul li:nth-child(odd) {
323
323
background: var(--border);
324
+ padding: 5px;
324
325
}
325
326
.sk_theme #sk_omnibarSearchResult ul li:nth-child(even) {
326
327
background: var(--border);
328
+ padding: 5px;
327
329
}
328
330
.sk_theme #sk_omnibarSearchResult ul li.focused {
329
331
background: var(--bg-dark);
332
+ padding: 5px;
333
+ padding-left: 15px;
330
334
}
331
335
.sk_theme #sk_omnibarSearchArea {
332
336
border-top-color: var(--border);
@@ -337,9 +341,21 @@ function setup_surfingkeys({ api: api }) {
337
341
font-size: 20px;
338
342
padding:10px 0;
339
343
}
344
+ .sk_theme .prompt {
345
+ text-transform: uppercase;
346
+ }
340
347
.sk_theme .separator {
348
+ color: var(--bg);
349
+ /* margin-right: 10px;
350
+ * color: var(--accent-fg);
351
+ */
352
+ }
353
+ .sk_theme .separator:after {
354
+ content: "\u1405";
355
+ display: inline-block;
356
+ margin-left: -5px;
357
+ margin-right: 5px;
341
358
color: var(--accent-fg);
342
- margin-right: 10px;
343
359
}
344
360
/* ---------- Popup Notification Banner ---------- */
345
361
#sk_banner {
You can’t perform that action at this time.
0 commit comments