6 lines
109 B
SCSS
6 lines
109 B
SCSS
// colors
|
|
.txt-user-highlight {
|
|
color: $textColor !important;
|
|
background-color: yellow !important;
|
|
}
|