aboutsummaryrefslogblamecommitdiff
path: root/src/css/main.css
blob: 12df42612c941654f7532e3eca63466c30fd3fca (plain) (tree)
1
2
3
4
5
6
7
8
9
10
      



                    


                         

                          






                        
                                   





                        
body {
  width: auto;
  max-width: 700px;
  padding: 0 15px;
  margin: 5rem auto;
  font:
    1rem/2 -apple-system,
    sans-serif;
  background-color: white;
  color: #242936;
}
p {
  margin: 0 0 1em;
}
a {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid #007f9f;
}
ul {
  display: inline-block;
  text-align: left;
  padding-left: 1em;
}