Border highlights on hover

This commit is contained in:
sigonasr2, Sig, Sigo 2022-05-03 14:32:54 +00:00
parent 723c31a323
commit a5fe207a63

View File

@ -70,3 +70,7 @@ body{
font-weight:900; font-weight:900;
text-shadow: 0.3px 0.3px 3px #666666; text-shadow: 0.3px 0.3px 3px #666666;
} }
.content:hover{
border-color: rgb(17, 153, 17, .8);
}