610
610
}
611
611
612
612
.notion-search .notion-page-icon {
613
- fill : rgba ( 55 , 53 , 47 , 0.8 );
614
- color : rgb ( 55 , 53 , 47 );
613
+ fill : var ( --fg-color-6 );
614
+ color : var ( --fg-color );
615
615
}
616
616
617
617
img .notion-page-icon ,
@@ -2373,7 +2373,7 @@ svg.notion-page-icon {
2373
2373
box-shadow : rgba (15 , 15 , 15 , 0.05 ) 0px 0px 0px 1px ,
2374
2374
rgba (15 , 15 , 15 , 0.1 ) 0px 5px 10px , rgba (15 , 15 , 15 , 0.2 ) 0px 15px 40px ;
2375
2375
border-radius : 3px ;
2376
- background : # fff ;
2376
+ background : var ( --bg-color ) ;
2377
2377
2378
2378
position : relative;
2379
2379
top : 90px ;
@@ -2391,6 +2391,10 @@ svg.notion-page-icon {
2391
2391
font-family : var (--notion-font );
2392
2392
}
2393
2393
2394
+ .notion-search input {
2395
+ background-color : var (--bg-color );
2396
+ }
2397
+
2394
2398
.notion-search .quickFindMenu {
2395
2399
display : flex;
2396
2400
flex-direction : column;
@@ -2425,7 +2429,7 @@ svg.notion-page-icon {
2425
2429
2426
2430
.notion-search .inlineIcon {
2427
2431
margin-right : 10px ;
2428
- fill : rgba ( 55 , 53 , 47 , 0.4 );
2432
+ fill : var ( --fg-color-2 );
2429
2433
}
2430
2434
2431
2435
.notion-search .clearButton {
@@ -2438,15 +2442,15 @@ svg.notion-page-icon {
2438
2442
.notion-search .clearIcon {
2439
2443
width : 14px ;
2440
2444
height : 14px ;
2441
- fill : rgba ( 55 , 53 , 47 , 0.3 );
2445
+ fill : var ( --fg-color-2 );
2442
2446
}
2443
2447
2444
2448
.notion-search .clearButton : hover .clearIcon {
2445
- fill : rgba ( 55 , 53 , 47 , 0.4 );
2449
+ fill : var ( --fg-color-3 );
2446
2450
}
2447
2451
2448
2452
.notion-search .clearButton : active .clearIcon {
2449
- fill : rgba ( 55 , 53 , 47 , 0.8 );
2453
+ fill : var ( --fg-color-6 );
2450
2454
}
2451
2455
2452
2456
@keyframes spinner {
@@ -2485,7 +2489,7 @@ svg.notion-page-icon {
2485
2489
margin-top : 1px ;
2486
2490
font-size : 12px ;
2487
2491
min-height : 28px ;
2488
- color : rgba ( 55 , 53 , 47 , 0.4 );
2492
+ color : var ( --fg-color-2 );
2489
2493
user-select : none;
2490
2494
padding : 0 16px ;
2491
2495
display : flex;
@@ -2495,7 +2499,7 @@ svg.notion-page-icon {
2495
2499
2496
2500
.notion-search .resultsCount {
2497
2501
font-weight : 500 ;
2498
- color : rgba ( 55 , 53 , 47 , 0.6 );
2502
+ color : var ( --fg-color-3 );
2499
2503
}
2500
2504
2501
2505
.notion-search .resultsPane {
@@ -2514,16 +2518,16 @@ svg.notion-page-icon {
2514
2518
display : flex;
2515
2519
flex-direction : column;
2516
2520
align-items : stretch;
2517
- color : rgb ( 55 , 53 , 47 );
2521
+ color : var ( --fg-color );
2518
2522
text-decoration : none;
2519
2523
}
2520
2524
2521
2525
.notion-search .resultsPane .result : hover {
2522
- background : rgba ( 55 , 53 , 47 , 0.08 ) !important ;
2526
+ background : var ( --bg-color-2 ) !important ;
2523
2527
}
2524
2528
2525
2529
.notion-search .resultsPane .result : active {
2526
- background : rgba ( 55 , 53 , 47 , 0.16 ) !important ;
2530
+ background : var ( --fg-color-1 ) !important ;
2527
2531
}
2528
2532
2529
2533
.notion-search .resultsPane .result {
0 commit comments