11 lines
178 B
SCSS
11 lines
178 B
SCSS
em.search-result {
|
|
@apply text-background;
|
|
@apply bg-yellow;
|
|
@apply border;
|
|
@apply border-yellow;
|
|
@apply rounded-sm;
|
|
|
|
text-decoration: none;
|
|
font-style: inherit;
|
|
}
|