ft_transcendence/frontend/static/css/index.css

10 lines
117 B
CSS
Raw Normal View History

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