update links
This commit is contained in:
parent
69aa12c0df
commit
56408abb4a
3 changed files with 50 additions and 15 deletions
|
|
@ -5,7 +5,41 @@
|
|||
background-color: $gold;
|
||||
}
|
||||
|
||||
// -------------------------
|
||||
// Link Styles
|
||||
// -------------------------
|
||||
a:link {
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
color: white;
|
||||
}
|
||||
|
||||
a:active {
|
||||
text-decoration: underline;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.darklink:link {
|
||||
color: grey;
|
||||
}
|
||||
.darklink:visited {
|
||||
color: grey;
|
||||
}
|
||||
.darklink:hover {
|
||||
color: grey;
|
||||
}
|
||||
.darklink:active {
|
||||
color: grey;
|
||||
}
|
||||
// -------------------------
|
||||
// Header Styles
|
||||
// -------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue