kopia lustrzana https://github.com/badgen/badgen
feat: add color black
rodzic
0ab8eb9fa8
commit
749f7a6c12
|
@ -8,5 +8,6 @@ module.exports = {
|
|||
pink: 'E5B',
|
||||
grey: '999',
|
||||
gray: '999',
|
||||
cyan: '1BC'
|
||||
cyan: '1BC',
|
||||
black: '2A2A2A'
|
||||
}
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||

|
||||

|
||||

|
||||

|
||||
|
||||
## Default Style
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ const serveIndex = serveMarked(md, {
|
|||
title: 'Badgen - Fast badge generator',
|
||||
preset: 'merri',
|
||||
inlineCSS: `
|
||||
body { color: #333; padding-bottom: 5em }
|
||||
body { color: #333; padding-bottom: 5em; max-width: 800px }
|
||||
a { text-decoration: none; color: #06D }
|
||||
a:hover { text-decoration: underline }
|
||||
table { border-spacing: 0 }
|
||||
|
|
Ładowanie…
Reference in New Issue