[docs] Make the link to initial setup stand out. (#533)

* [docs] Make the link to initial setup stand out.
* [docs] Merge the two quick starts
* More descriptive text about the setup link
Co-authored-by: alonamid <alonamid@eecs.berkeley.edu>
This commit is contained in:
Colin Schmidt
2020-05-01 14:23:16 -07:00
committed by GitHub
parent 02367022b0
commit 658e92e951
5 changed files with 46 additions and 89 deletions

6
docs/_static/css/custom.css vendored Normal file
View File

@@ -0,0 +1,6 @@
.important {
font-size: 175%;
}
.important p{
font-size: 100%;
}