2022-12-20 11:00:36 +00:00
|
|
|
// app global css in SCSS form
|
2022-12-20 11:30:25 +00:00
|
|
|
@import './icons.scss';
|
|
|
|
|
2023-01-03 13:17:22 +00:00
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2022-12-20 11:30:25 +00:00
|
|
|
.link {
|
|
|
|
color: $primary;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.link:hover {
|
|
|
|
color: $orange-4;
|
|
|
|
}
|