diff --git a/static/site.css b/static/site.css index 9d7fe14..fa1e2e5 100644 --- a/static/site.css +++ b/static/site.css @@ -81,6 +81,7 @@ body{ } .last-status{ + display: inline-block; margin-top: 10px; box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.5); background: linear-gradient(to top, #cfc6b054 0%, #cfcfcfc4 100%); @@ -176,3 +177,7 @@ body{ .clear { clear: both; } + +.hover:hover{ + opacity: 0.7; +}