From a726032cf6e7621cbfe3dd30eb555d27dcb5f034 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Sat, 8 Jul 2023 02:51:57 +0200 Subject: [PATCH] update: css hover/inline block --- static/site.css | 5 +++++ 1 file changed, 5 insertions(+) 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; +}