aboutsummaryrefslogblamecommitdiff
path: root/app/fcuny-net/static/main.css
blob: 12df42612c941654f7532e3eca63466c30fd3fca (plain) (tree)























                                   
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;
}