mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 11:23:50 +00:00
11 lines
161 B
SCSS
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;
|
|
}
|
|
}
|