Skip to content
This repository was archived by the owner on Apr 1, 2021. It is now read-only.

Commit ebd3d46

Browse files
committed
Update link styling
1 parent 1039174 commit ebd3d46

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

layouts/default.vue

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,20 @@
66
<nuxt />
77
<div class="footer">
88
<div class="footer-inner">
9-
<p><a href="https://github.com/tylermercer/nuxt-netlifycms-boilerplate">View this project on Github</a></p>
10-
<p><a href="/admin">NetlifyCMS Admin Login</a></p>
9+
<p>
10+
<a target="_blank"
11+
rel="noopener noreferrer"
12+
href="https://github.com/tylermercer/nuxt-netlifycms-boilerplate">
13+
View this project on Github
14+
</a>
15+
</p>
16+
<p>
17+
<a target="_blank"
18+
rel="noopener noreferrer"
19+
href="/admin">
20+
NetlifyCMS Admin Login
21+
</a>
22+
</p>
1123
</div>
1224
</div>
1325
</div>
@@ -67,6 +79,14 @@ html {
6779
margin: 0;
6880
}
6981
82+
a:link {
83+
color: #41b883;
84+
}
85+
86+
a:visited {
87+
color: #3b8070;
88+
}
89+
7090
.button--green {
7191
display: inline-block;
7292
border-radius: 4px;

0 commit comments

Comments
 (0)