| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f499302 commit 885840b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -573,12 +573,18 @@ td > *:last-child { | |||
| 573 | 573 | } | |
| 574 | 574 | ||
| 575 | 575 | kbd { | |
| 576 | - font-size: 1.2em; | ||
| 577 | - font-weight: 700; | ||
| 576 | + background-color: #eee; | ||
| 578 | 577 | border-radius: 3px; | |
| 579 | - padding: 1px 2px 0; | ||
| 580 | - border: 1px solid black; | ||
| 581 | - } | ||
| 578 | + border: 1px solid #b4b4b4; | ||
| 579 | + box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(255, 255, 255, .7) inset; | ||
| 580 | + color: #333; | ||
| 581 | + display: inline-block; | ||
| 582 | + font-size: .85em; | ||
| 583 | + font-weight: 700; | ||
| 584 | + line-height: 1; | ||
| 585 | + padding: 2px 4px; | ||
| 586 | + white-space: nowrap; | ||
| 587 | + } | ||
| 582 | 588 | ||
| 583 | 589 | .changelog > summary { | |
| 584 | 590 | margin: .5rem 0; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments