minor css changes
This commit is contained in:
parent
afe3043715
commit
bc89ec3077
@ -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);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user