We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86b9ed6 + 9740a30 commit bd69dc4Copy full SHA for bd69dc4
styles/notion.css
@@ -387,6 +387,18 @@
387
display: none;
388
}
389
390
+.notion-search .searchBar {
391
+ box-shadow: var(--fg-color-0) 0px 1px 0px;
392
+}
393
+
394
+.notion-search .noResults {
395
+ color: var(--fg-color-3);
396
397
398
+.notion-search .noResultsDetail {
399
+ color: var(--fg-color-2);
400
401
402
.notion-equation.notion-equation-block{
403
align-items: center;
404
0 commit comments