diff --git a/assets/styles/style.css b/assets/styles/style.css index fa81558..868d8bf 100644 --- a/assets/styles/style.css +++ b/assets/styles/style.css @@ -71,8 +71,6 @@ textarea { font: inherit; } -ul { list-style: none; } - ::placeholder { color: hsl(var(--color-3)); } .sr-only { @@ -132,6 +130,7 @@ body { .settings__buttons { width: 100%; + list-style: none; transition: right cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s; position: relative;