Skip to content

Commit fe24458

Browse files
authored
Remove leftover SCSS usage in template Links.vue
Closes SimulatedGREG#77 `node-sass` was removed for Windows build compatibility. This removes use of leftover SCSS in the `Links.vue` component.
1 parent ff4f1cb commit fe24458

File tree

1 file changed

+4
-2
lines changed
  • template/app/src/components/LandingPageView

1 file changed

+4
-2
lines changed

template/app/src/components/LandingPageView/Links.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
a {
33
color: rgb(50, 174, 110);
44
text-decoration: none;
5-
6-
&:hover { color: rgb(40, 56, 76); }
5+
}
6+
7+
a:hover {
8+
color: rgb(40, 56, 76);
79
}
810
911
ul {

0 commit comments

Comments
 (0)