Files
ontime/apps/client/src/common/components/link/app-link/AppLink.module.scss
T
2025-02-28 19:21:48 +01:00

11 lines
161 B
SCSS

.link {
color: $label-gray;
font-size: $text-body-size;
text-decoration: underline;
text-underline-offset: 2px;
&:hover {
color: $blue-400;
}
}