Border highlights on hover
This commit is contained in:
parent
723c31a323
commit
a5fe207a63
@ -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);
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user