forked from planex/defiance
add colors that pop out to stylesheet
This commit is contained in:
parent
805b205ace
commit
ecd46d56fe
1 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #f3ccc3;
|
color: #CC0C40;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #da644a;
|
color: #CC0C49;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ footer {
|
||||||
|
|
||||||
/* For header.html */
|
/* For header.html */
|
||||||
#nav {
|
#nav {
|
||||||
background-color: #da644a;
|
background-color: #800080;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-button {
|
#nav-button {
|
||||||
|
@ -58,7 +58,7 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-button:hover {
|
#nav-button:hover {
|
||||||
background-color: #e69886;
|
background-color: #CC0C49;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* For author.html */
|
/* For author.html */
|
||||||
|
|
Loading…
Add table
Reference in a new issue