diff --git a/static/css/style.css b/static/css/style.css index a335e45..ab1d42a 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -153,13 +153,16 @@ body { filter: invert(var(--invertdm)); padding-left: 17.5px; padding-right: 17.5px; - transform: translateY(-5px); background-image: url("/static/svg/delete.svg"); background-position: center; background-repeat: no-repeat; background-size: 55%; } +.bottomBar .wordCounter { + transform: translateY(-9px) +} + .bottomBar button:hover { background-color: var(--bottomBarHover); }