diff --git a/static/style.css b/static/style.css index 6f1b063..c7653f0 100644 --- a/static/style.css +++ b/static/style.css @@ -100,6 +100,10 @@ a { transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), background-color 3s cubic-bezier(0.075, 0.82, 0.165, 1); } +.chip:hover > .smallimg { + background-color: rgb(65, 28, 101); +} + .activity { border-width: 3px; border-radius: 10px; @@ -129,14 +133,13 @@ a { bottom: 0px; left: 74px; border-radius: 50px; + background: black; /* border: 2px gray solid; */ transform: scale(0.8); } .activity>.smallimg:hover { - border: 2px white solid; transform: scale(1); - } a:hover {