@import "./base.css"; body { /*display: flex;*/ /*place-items: center;*/ background-color: #ffffff; } #app { width: 100%; height: 100vh; margin: 0 auto; /*padding: 0 2rem;*/ font-weight: normal; overflow-x: hidden; } a { text-decoration: none; color: hsla(160, 100%, 37%, 1); transition: 0.4s; } @media (hover: hover) { a:hover { background-color: hsla(160, 100%, 37%, 0.2); } }