Update index style

pull/5/head
Amio 2018-07-10 16:37:34 +08:00
rodzic 920a4832f7
commit 2b7232a73c
2 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -28,6 +28,8 @@ Available color names:
## Examples
**Static Badge**
| Preview | URL |
| --- | --- |
|![](https://badgen.now.sh/badge/chat/gitter/purple) | https://badgen.now.sh/badge/chat/gitter/purple |

Wyświetl plik

@ -5,9 +5,11 @@ module.exports = serveMarked('README.md', {
preset: 'merri',
inlineCSS: `
body { color: #333 }
a { text-decoration: none }
a { text-decoration: none; color: #06D }
a:hover { text-decoration: underline }
td a { font: 14px monospace; vertical-align: top; margin-left: 1em }
table { border-spacing: 0 }
td { padding: 2px 1em 0 0; font: 14px/14px sans-serif }
td a { font: 14px/14px monospace; vertical-align: top }
`,
googleAnalyticsID: 'UA-4646421-14'
})