mirror of
https://github.com/neocities/neocities.git
synced 2025-08-12 12:29:26 +02:00
Added links to neocities facebook account, messed with footer styles a bit
This commit is contained in:
parent
da4ec035de
commit
9a07df3157
3 changed files with 16 additions and 4 deletions
|
@ -146,7 +146,13 @@
|
||||||
border-top:1px solid #b3c388;
|
border-top:1px solid #b3c388;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
|
|
||||||
a{color:#5e5b56}
|
a{
|
||||||
|
color:#5e5b56;
|
||||||
|
text-decoration:underline;
|
||||||
|
&:hover {
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.credits{margin-bottom:0}
|
.credits{margin-bottom:0}
|
||||||
.footer-Nav{
|
.footer-Nav{
|
||||||
|
@ -160,6 +166,12 @@
|
||||||
li:first-child a{padding-left:0}
|
li:first-child a{padding-left:0}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.h-Nav a{padding:0 $spacing*2}
|
.h-Nav a{
|
||||||
|
padding:0 $spacing*2;
|
||||||
|
text-decoration:none;
|
||||||
|
&:hover {
|
||||||
|
text-decoration:underline;
|
||||||
|
}
|
||||||
|
}
|
||||||
.h-Nav li:last-child a{padding-right:0}
|
.h-Nav li:last-child a{padding-right:0}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<p class="tiny col col-60 credits">
|
<p class="tiny col col-60 credits">
|
||||||
<a href="http://neocities.org" title="Neocities.org">Neocities.org</a> is a <a href="https://github.com/neocities" title="Neocities on GitHub" style="text-decoration: underline">completely open source</a> project. <a href="https://twitter.com/neocitiesweb" style="text-decoration: underline">Follow us on Twitter</a>.
|
<a href="http://neocities.org" title="Neocities.org" style="text-decoration:none;">Neocities.org</a> is a <a href="https://github.com/neocities" title="Neocities on GitHub">completely open source</a> project. Follow us on <a href="https://twitter.com/neocitiesweb">Twitter</a> or <a href="https://www.facebook.com/neocities">Facebook</a>!
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<nav class="footer-Nav col col-40">
|
<nav class="footer-Nav col col-40">
|
||||||
|
|
|
@ -29,5 +29,5 @@
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
<section>
|
<section>
|
||||||
<h2 class="txt-Center"><a href="https://twitter.com/neocitiesweb">Follow us on Twitter</a></h2>
|
<h2 class="txt-Center">Follow us on <a href="https://twitter.com/neocitiesweb">Twitter</a> or <a href="https://www.facebook.com/neocities">Facebook</a></h2>
|
||||||
</section>
|
</section>
|
Loading…
Add table
Add a link
Reference in a new issue