ft_transcendence/frontend/static/css/index.css

11 lines
119 B
CSS
Raw Normal View History

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