mirror of
https://github.com/neocities/neocities.git
synced 2025-08-06 09:34:57 +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;
|
||||
overflow:hidden;
|
||||
|
||||
a{color:#5e5b56}
|
||||
a{
|
||||
color:#5e5b56;
|
||||
text-decoration:underline;
|
||||
&:hover {
|
||||
text-decoration:none;
|
||||
}
|
||||
}
|
||||
}
|
||||
.credits{margin-bottom:0}
|
||||
.footer-Nav{
|
||||
|
@ -160,6 +166,12 @@
|
|||
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}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue