Entire body should create highlight

This commit is contained in:
sigonasr2, Sig, Sigo 2022-05-03 15:05:07 +00:00
parent 0f147375a0
commit 0095ad83e7

View File

@ -77,6 +77,6 @@ body{
background-color: rgba(255, 255, 255, .06); background-color: rgba(255, 255, 255, .06);
} }
.content:hover{ .contentBody:hover{
border-color: rgb(17, 153, 17, .8); border-color: rgb(17, 153, 17, .8);
} }