diff --git a/static/style.css b/static/style.css index ddd99d9..9c85563 100644 --- a/static/style.css +++ b/static/style.css @@ -13,12 +13,15 @@ a:hover { color: aqua; } a:visited { - color: rgb(146, 143, 111); + color: cornflowerblue; } div { display: flex; flex-flow: column; + border-style: solid; + border-top: 0.1em white + } a:active { - color: cornflowerblue; + color: rgb(158, 155, 122); } \ No newline at end of file