diff --git a/themes/intotheeast/css/style.css b/themes/intotheeast/css/style.css index 6fc42fc..d990013 100644 --- a/themes/intotheeast/css/style.css +++ b/themes/intotheeast/css/style.css @@ -1318,9 +1318,10 @@ body::after { max-width: 85%; overflow: hidden; text-overflow: ellipsis; - background: rgba(0,0,0,0.45); + background: rgba(0,0,0,0.38); + box-shadow: 0 0 14px 8px rgba(0,0,0,0.38); padding: 0.2rem 0.65rem; - border-radius: 2px; + border-radius: 9999px; z-index: 2; } .scrolly__steps-content { display: none; }