Skip to content

Commit dfbffa5

Browse files
Merge pull request SimulatedGREG#78 from nelsonjchen/patch-2 (closes SimulatedGREG#77)
Remove leftover SCSS usage in template Links.vue
2 parents ff4f1cb + fe24458 commit dfbffa5

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)