diff --git a/static/style.css b/static/style.css index c44ca90..ea46719 100644 --- a/static/style.css +++ b/static/style.css @@ -17,6 +17,22 @@ body { body { background-color: #556262; } + + a:link { + color: orange; /* unvisited link */ + } + + a:visited { + color: red; /* visited link */ + } + + a:hover { + color: white; /* mouse over link */ + } + + a:active { + color: yellow; /* selected link */ + } } #main {