Move border stuff to date region

main
sigonasr2, Sig, Sigo 3 years ago
parent 02a889e9bb
commit 22535d6cb7
  1. 9
      sitefiles/sig.css

@ -71,10 +71,6 @@ body{
display: inline-block;
min-width:98vw;
font-size:1.25em;
border-radius: 0px 0px 12px 0px;
border-style: none outset outset none;
border-color: rgb(17, 153, 17, .3);
border-width: 3px;
margin: 0px 4px 8px 4px;
padding: 4px;
background-color: rgba(255, 255, 255, .06);
@ -82,6 +78,11 @@ body{
.contentBody .date{
font-size:0.75em;
background-color: rgba(255, 255, 255, .06);
border-style: none outset outset none;
border-radius: 0px 0px 12px 0px;
border-color: rgb(17, 153, 17, .3);
border-width: 3px;
}
.contentBody .content:hover{

Loading…
Cancel
Save