Marketing improvements 3 (#3175)
* Improve marketing website * User guide with icons * Add TOC * Linter * Basic GraphQL playground * Very basic contributors page * Failed attempt to integrate REST playground * Yarn * Begin contributors DB * Improve contributors page
This commit is contained in:
@ -18,9 +18,20 @@ body {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.warning {
|
||||
color: rgb(94, 30, 4);
|
||||
}
|
||||
|
||||
a {
|
||||
color: rgb(129, 129, 129);
|
||||
&:hover {
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
|
||||
nav.toc {
|
||||
width: 200px;
|
||||
position: fixed;
|
||||
top: 100px;
|
||||
right: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user