minor css changes

This commit is contained in:
Gian 2025-03-02 16:19:29 +01:00
parent afe3043715
commit bc89ec3077

View File

@ -13,12 +13,15 @@ a:hover {
color: aqua; color: aqua;
} }
a:visited { a:visited {
color: rgb(146, 143, 111); color: cornflowerblue;
} }
div { div {
display: flex; display: flex;
flex-flow: column; flex-flow: column;
border-style: solid;
border-top: 0.1em white
} }
a:active { a:active {
color: cornflowerblue; color: rgb(158, 155, 122);
} }