File size: 187 Bytes
271613e
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
@use '../style/variable' as *;

.search-highlight-block {
  display: inline;
  .keyword {
    background: var(--console-warn-background);
    color: var(--console-warn-foreground);
  }
}