You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mediarepo/mediarepo-ui/src/app/components/shared/app-common/external-url/external-url.component.scss

16 lines
226 B
SCSS

@import "src/colors";
.highlight {
cursor: pointer;
color: $primary-lighter-20;
text-decoration: underline;
&:hover {
color: $primary-lighter-30;
}
&:active {
color: $accent;
}
}