kopia lustrzana https://github.com/badgen/badgen.net
docs: update home, icons
rodzic
8f0c4b3e20
commit
44fa1c37d1
|
|
@ -41,6 +41,10 @@ Available icons:
|
|||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
Available query params:
|
||||
|
||||
|
|
@ -57,10 +61,12 @@ Available query params:
|
|||
|
||||
| Preview | URL |
|
||||
| ------- | --- |
|
||||
| | [/badge/Swift/4.0/orange](/badge/Swift/4.0/orange)
|
||||
| | [/badge/license/MIT/blue](/badge/license/MIT/blue)
|
||||
| | [/badge/style/standard/f2a](/badge/style/standard/f2a)
|
||||
| | [/badge/chat/on%20gitter/cyan](/badge/chat/on%20gitter/cyan)
|
||||
| | [/badge/stars/★★★★☆](/badge/stars/★★★★☆/green)
|
||||
| | [/badge/become/a%20patron/F96854?icon=patreon](/badge/become/a%20patron/F96854?icon=patreon)
|
||||
| | [/badge/become/a%20patron/F96854](/badge/become/a%20patron/F96854)
|
||||
| | [/badge/style/standard/f2a](/badge/style/standard/f2a)
|
||||
| | [/badge/platform/iOS,macOS,watchOS?list=1](/badge/platform/iOS,macOS,watchOS?list=1)
|
||||
| | [/badge/▲%20Deploy%20to%20Now/$%20now%20amio%2Fbadgen-service/111](/badge/▲%20Deploy%20to%20Now/$%20now%20amio%2Fbadgen-service/111)
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ module.exports = serveMarked('libs/index.md', {
|
|||
preset: 'merri',
|
||||
inlineCSS: `
|
||||
body { max-width: inherit }
|
||||
body > * { width: 950px; margin-left: auto; margin-right: auto }
|
||||
body > * { width: 950px; margin-left: auto; margin-right: auto; box-sizing: border-box }
|
||||
h1 + p { letter-spacing: 0.1px }
|
||||
h1 + p a { display: inline-block; margin-top: 1em; padding: 4px; height: 20px }
|
||||
h1 + p img { height: 20px }
|
||||
|
|
@ -30,7 +30,7 @@ module.exports = serveMarked('libs/index.md', {
|
|||
dd b { display: inline-block; min-width: 15em; text-align: right; font-weight: 300; color: #999 }
|
||||
dd i { display: inline-block; min-width: 13.5em }
|
||||
|
||||
#the-end { margin: 4rem auto; text-align: center; text-shadow: 0 0 4px rgba(0,0,0,0.1) }
|
||||
#the-end { margin: 5rem auto; text-align: center; text-shadow: 0 0 4px rgba(0,0,0,0.1) }
|
||||
|
||||
#footer { width: 100vw; margin: 0 -1rem; background-color: #333; color: #CCC }
|
||||
#foo-content { max-width: 950px; margin: 0 auto; padding: 2rem 1rem; letter-spacing: 0.5px }
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue