Changed colors to darker versions.

This commit is contained in:
2023-09-19 02:11:19 -04:00
parent 01cebe36ed
commit bcefd5fdd1

View File

@@ -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 {