1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00
maloja/website/maloja.css

31 lines
409 B
CSS
Raw Normal View History

2018-12-08 02:01:44 +03:00
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
body {
2018-12-16 19:52:13 +03:00
background-color:#333337;
2018-12-08 02:01:44 +03:00
color:beige;
font-family:"Ubuntu";
padding:15px;
}
2018-12-16 19:52:13 +03:00
a {
color:lightgray;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
table.top_info td.image {
padding:20px;
}
table.top_info td.text {
vertical-align: top;
padding-left: 30px;
}
table.top_info td.text p.stats {
color:grey;
}