不要怂,就是干,撸起袖子干!

Commit b7ca3c44 by Sushant Committed by Jan Aagaard Meier

docs: pretty color + reference theme

1 parent 2651f981
/* Side Nav */
.manual-color, .kind-class, .manual-color-faq {
background-color: #399af3;
background-color: #6eb5f7;
}
.manual-color a, .kind-class, .manual-color-faq a {
......@@ -7,13 +8,66 @@
}
.kind-variable, .manual-color-reference, .manual-color-changelog {
background-color: #000000;
background-color: #074278;
}
.kind-variable, .manual-color-reference a, .manual-color-changelog a {
.kind-variable, .manual-color-reference a, .manual-color-changelog a, .manual-color-faq a {
color: #ffffff;
}
.manual-color-faq a {
color: #e5e5e5 !important;
.manual-toc-root ul li a {
font-weight: normal !important;
}
/* Class Summay*/
.summary thead tr {
background-color: #074278;
}
.summary thead span a {
font-weight: 600;
}
/* Params Table */
table.params thead {
background: none;
color: inherit;
font-weight: 600;
}
table.params ul {
padding: 0;
}
table.params ul li {
list-style: none;
}
table.params td {
padding: 4px 8px;
}
table.params td:first-child {
border-left: none;
}
table.params td:last-child {
border-right: none;
}
table.params thead td {
border-top: none;
}
table.params tbody tr:last-child td {
border-bottom: none;
}
.informal {
display: block;
padding-left: 1.3em;
border-left: 5px solid #dfdfdf;
font-size: 1.1em;
font-family: 'Kalam', cursive;
margin: 22px 0;
}
......@@ -7,10 +7,10 @@ As there are people who are suing for fun and glory, you can find the respective
```
Main author:
Sascha Depold
Uhlandstr. 122
10717 Berlin
Uhlandstr. 160
10719 Berlin
sascha [at] depold [dot] com
[plus] 49 152 [slash] 03878582
```
......
# Who's using sequelize?
[![Walmart labs logo](asset/walmart-labs-logo.png)](http://www.walmartlabs.com/)
> ... we are avid users of sequelize (and have been for the past 18 months) (Feb 2017)
<hr />
[![Snaplytics logo](asset/logo-snaplytics-green.png)](https://snaplytics.io)
> We've been using sequelize since we started in the beginning of 2015. We use it for our graphql servers (in connection with [graphql-sequelize](github.com/mickhansen/graphql-sequelize)), and for all our background workers.
<hr />
[![Connected Cars logo](asset/connected-cars.png)](https://connectedcars.dk/)
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!