diff --git a/sitefiles/sig.css b/sitefiles/sig.css index 8c301c4..b787cba 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -77,6 +77,7 @@ body{ } .contentBody .date{ + display: inline-block; font-size:0.75em; background-color: rgba(255, 255, 255, .06); border-style: none outset outset none; @@ -85,6 +86,6 @@ body{ border-width: 3px; } -.contentBody .content:hover{ +.contentBody .date:hover{ border-color: rgb(17, 153, 17, .8); } \ No newline at end of file