Skip to content

Commit f6776f7

Browse files
committed
Improve custom css styles for the omnibar
1 parent b71dc7b commit f6776f7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/custom_css/iframe/omnibar.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,16 @@
5858
}
5959
#sk_omnibarSearchResult .url {
6060
font-weight: 400 !important;
61+
}
62+
#sk_omnibar .omnibar_timestamp {
63+
display: none !important;
64+
}
65+
#sk_omnibar .omnibar_highlight {
66+
color: var(--sk-red) !important;
67+
}
68+
#sk_omnibar .omnibar_folder {
69+
color: var(--sk-green) !important;
70+
}
71+
#sk_omnibar .omnibar_visitcount {
72+
color: var(--sk-blue) !important;
6173
}

0 commit comments

Comments
 (0)