mirror of
https://github.com/NovaOSS/LingoSynth.git
synced 2024-11-26 07:43:57 +01:00
38 lines
498 B
Sass
38 lines
498 B
Sass
@import '_vars'
|
|
|
|
html
|
|
scroll-behavior: smooth
|
|
|
|
body
|
|
margin: 1rem
|
|
background-color: $base
|
|
|
|
*
|
|
color: $text
|
|
border: none
|
|
outline: none
|
|
box-sizing: border-box
|
|
font-family: 'Inter', sans-serif
|
|
|
|
nav, header, main, footer
|
|
max-width: 800px
|
|
margin: 0 auto
|
|
|
|
main
|
|
margin-block: 3rem
|
|
|
|
p, li
|
|
line-height: 1.7
|
|
|
|
nav
|
|
a
|
|
opacity: 0.8
|
|
text-decoration: none
|
|
margin-right: 1rem
|
|
|
|
&:hover
|
|
opacity: 1
|
|
|
|
footer
|
|
opacity: 0.5
|