Fix highlighting css

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

View File

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