LingoSynth/lingosynth/app/static/css/main.sass

33 lines
462 B
Sass
Raw Normal View History

2023-05-11 21:48:16 +02:00
@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
nav
a
opacity: 0.8
text-decoration: none
margin-right: 1rem
&:hover
opacity: 1
footer
margin-top: 2rem
opacity: 0.5