9 lines
272 B
SCSS
9 lines
272 B
SCSS
// Place all the styles related to the Search controller here.
|
|
// They will automatically be included in application.css.
|
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
|
|
|
.search_results em {
|
|
background-color: yellow;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
}
|