diff --git a/frontend/src/main.sass b/frontend/src/main.sass index f734dac..231df7c 100644 --- a/frontend/src/main.sass +++ b/frontend/src/main.sass @@ -19,12 +19,23 @@ main margin: 1rem footer > nav > ul - margin: 1rem - padding: 0 + width: 100% + background-color: hsl(268, 20%, 34%) + + margin: 1rem 0 0 0 + padding: 1rem 0 display: flex justify-content: center gap: 1rem + a,a:visited,a:hover,a:active + text-decoration: none + color: white + opacity: 0.55 + transition: 0.15s + &:hover,:active + opacity: 0.75 + & > li display: block