kopia lustrzana https://github.com/badgen/badgen.net
Update index style
rodzic
3e571bb81e
commit
2dad16ffc1
|
@ -7,7 +7,7 @@ Fast badge generating service. Built with [badgen](https://github.com/amio/badge
|
|||
```
|
||||
https://badgen.now.sh/badge/:subject/:status/:color
|
||||
──┬── ───┬─── ──┬─── ──┬──
|
||||
│ │ │ └ RGB / Color Name
|
||||
│ │ │ └─ RGB / Color Name
|
||||
│ TEXT TEXT ( optional )
|
||||
│
|
||||
"badge" - default(static) badge generator
|
||||
|
@ -42,9 +42,9 @@ Available color names:
|
|||
| Keyword | Preview | URL |
|
||||
| --- | --- | --- |
|
||||
| npm version |  | https://badgen.now.sh/npm/v/express |
|
||||
| npm downloads |  | https://badgen.now.sh/npm/dd/express |
|
||||
| npm downloads |  | https://badgen.now.sh/npm/dw/express |
|
||||
| npm downloads |  | https://badgen.now.sh/npm/dm/express |
|
||||
| npm dl/day |  | https://badgen.now.sh/npm/dd/express |
|
||||
| npm dl/week |  | https://badgen.now.sh/npm/dw/express |
|
||||
| npm dl/month |  | https://badgen.now.sh/npm/dm/express |
|
||||
| travis |  | https://badgen.now.sh/travis/amio/micro-cors |
|
||||
| circleci |  | https://badgen.now.sh/circleci/github/amio/now-go |
|
||||
| appveyor |  | https://badgen.now.sh/appveyor/github/gruntjs/grunt |
|
||||
|
|
|
@ -5,7 +5,7 @@ module.exports = serveMarked('README.md', {
|
|||
preset: 'merri',
|
||||
inlineCSS: `
|
||||
table { border-spacing: 0 }
|
||||
td { padding: 0 1em 0 0 }
|
||||
td { padding: 0 1em 0 0; white-space: nowrap }
|
||||
td a { font: 14px/14px monospace; vertical-align: top }
|
||||
`,
|
||||
trackingGA: 'UA-4646421-14'
|
||||
|
|
Ładowanie…
Reference in New Issue