diff --git a/public/style.css b/public/style.css index e053def..e773d14 100644 --- a/public/style.css +++ b/public/style.css @@ -93,14 +93,17 @@ a { text-decoration: underline; } a:hover { - color: #d66900; + color: #daf2ee; } a:visited { - color: none; + color: #ff820a; +} +a:active { + color: #fff; } .text-lightblue { - color: #a1dae9; + color: #b6e2ee; } h1, h2, h3, h4, h5, h6,