Changed colors to darker versions.
This commit is contained in:
@@ -19,6 +19,14 @@ body {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:link {
|
||||||
|
color: #ffff00;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited {
|
||||||
|
color: #009CD9;
|
||||||
|
}
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Containers. *
|
* Containers. *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
@@ -30,7 +38,8 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.background {
|
.background {
|
||||||
background-color: lightgray;
|
background-color: darkslategray;
|
||||||
|
color: lightgray;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-container {
|
.image-container {
|
||||||
|
Reference in New Issue
Block a user