ft_transcendence/frontend/static/css/index.css

10 lines
115 B
CSS
Raw Permalink Normal View History

2023-11-21 13:15:16 -05:00
body {
2023-11-27 09:10:06 -05:00
margin: 10;
2023-11-21 13:15:16 -05:00
font-family: 'Quicksand', sans-serif;
font-size: 18px;
}
a {
color: #009579;
2023-11-27 09:10:06 -05:00
}