Files
portmaster/desktop/angular/src/theme/_search.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;
}