| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 766c2ab commit 2f2f79d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,23 +20,28 @@ body { | |||
| 20 | 20 | background-color: #fff; | |
| 21 | 21 | } | |
| 22 | 22 | ||
| 23 | - h1 { font-size: 2.5rem; } | ||
| 24 | - h2 { font-size: 2rem; } | ||
| 25 | - h3 { font-size: 1.75rem; } | ||
| 26 | - h4 { font-size: 1.5rem; } | ||
| 27 | - h5 { font-size: 1.25rem; } | ||
| 28 | - h6 { font-size: 1rem; } | ||
| 29 | - | ||
| 30 | - h1, | ||
| 31 | - h2, | ||
| 32 | - h3, | ||
| 33 | - h4, | ||
| 34 | - h5, | ||
| 35 | - h6 { | ||
| 36 | - margin: 1.5rem 0 1rem; | ||
| 37 | - text-rendering: optimizeLegibility; | ||
| 23 | + h1, h1 code { font-size: 2.5rem; } | ||
| 24 | + h2, h2 code { font-size: 2rem; } | ||
| 25 | + h3, h3 code { font-size: 1.75rem; } | ||
| 26 | + h4, h4 code { font-size: 1.5rem; } | ||
| 27 | + h5, h5 code { font-size: 1.25rem; } | ||
| 28 | + h6, h6 code { font-size: 1rem; } | ||
| 29 | + | ||
| 30 | + h1, h1 code, | ||
| 31 | + h2, h2 code, | ||
| 32 | + h3, h3 code, | ||
| 33 | + h4, h4 code, | ||
| 34 | + h5, h5 code, | ||
| 35 | + h6, h6 code { | ||
| 36 | + background-color: inherit; | ||
| 37 | + color: inherit; | ||
| 38 | + font-family: inherit; | ||
| 38 | 39 | font-weight: 700; | |
| 40 | + line-height: inherit; | ||
| 39 | 41 | position: relative; | |
| 42 | + margin: 1.5rem 0 1rem; | ||
| 43 | + padding: inherit; | ||
| 44 | + text-rendering: optimizeLegibility; | ||
| 40 | 45 | } | |
| 41 | 46 | ||
| 42 | 47 | pre, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments