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 {
|
||||
text-decoration: none;
|
||||
color: #f3ccc3;
|
||||
color: #CC0C40;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
|||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #da644a;
|
||||
color: #CC0C49;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -48,7 +48,7 @@ footer {
|
|||
|
||||
/* For header.html */
|
||||
#nav {
|
||||
background-color: #da644a;
|
||||
background-color: #800080;
|
||||
}
|
||||
|
||||
#nav-button {
|
||||
|
@ -58,7 +58,7 @@ footer {
|
|||
}
|
||||
|
||||
#nav-button:hover {
|
||||
background-color: #e69886;
|
||||
background-color: #CC0C49;
|
||||
}
|
||||
|
||||
/* For author.html */
|
||||
|
|
Loading…
Add table
Reference in a new issue