Skip to content

Instantly share code, notes, and snippets.

@yymm
Created January 28, 2020 10:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yymm/6a65b18c485714ff36dc666ae959a3e8 to your computer and use it in GitHub Desktop.
Save yymm/6a65b18c485714ff36dc666ae959a3e8 to your computer and use it in GitHub Desktop.
body {
background: rgba(255, 255, 255, 1.0);
}
* {
font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: rgba(0, 0, 0, 1.0);
font-size: 16px;
line-height: 115%;
color: #34495e;
}
h1 {
font-size: 32px;
font-weight: bold;
border-bottom: solid 1px rgb(234, 236, 239);
}
h2 {
font-size: 24px;
font-weight: bold;
border-bottom: solid 1px rgb(234, 236, 239);
}
h3 {
font-size: 20px;
font-weight: bold;
}
a {
color: #42b983;
font-weight: bold;
}
.formula {
width: 250px;
}
.mini_list > li {
font-size: 16px;
}
.center {
height: 600px;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment