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

42 lines
510 B
CSS
Raw Normal View History

2023-05-11 21:48:16 +02:00
html {
scroll-behavior: smooth;
}
body {
margin: 1rem;
background-color: #24273a;
}
* {
color: #eaedf7;
border: none;
outline: none;
box-sizing: border-box;
font-family: "Inter", sans-serif;
}
nav, header, main, footer {
max-width: 800px;
margin: 0 auto;
}
2023-05-11 23:28:39 +02:00
main {
margin-block: 3rem;
}
p, li {
line-height: 1.7;
}
2023-05-11 21:48:16 +02:00
nav a {
opacity: 0.8;
text-decoration: none;
margin-right: 1rem;
}
nav a:hover {
opacity: 1;
}
footer {
opacity: 0.5;
}/*# sourceMappingURL=main.css.map */