Sides are supposed to have hover colors

main
sigonasr2, Sig, Sigo 3 years ago
parent c346faac56
commit ab55fb754f
  1. 10
      sitefiles/sig.css

@ -87,7 +87,7 @@ body{
padding: 4px;
margin: 0px 4px 0px 4px;
border-style: none outset none none;
border-radius: 0px 0px 12px 0px;
border-radius: 0px 0px 0px 0px;
border-color: rgb(17, 153, 17, .3);
border-width: 3px;
background-color: rgba(255, 255, 255, .06);
@ -100,6 +100,14 @@ body{
.contentBody .contentWrapper .date{
font-size:0.75em;
background-color: rgba(255, 255, 255, .06);
border-style: none outset none none;
border-radius: 0px 0px 0px 0px;
border-color: rgb(17, 153, 17, .3);
border-width: 3px;
margin: 0px 4px 0px 4px;
min-width:98vw;
}
.contentBody .contentWrapper .date:hover{
border-color: rgb(17, 153, 17, .8);
}
Loading…
Cancel
Save