Some more tweaks to make everything look nice
This commit is contained in:
		| @@ -43,7 +43,8 @@ | |||||||
|   * [Pointing Device](feature_pointing_device.md) |   * [Pointing Device](feature_pointing_device.md) | ||||||
|   * [PS/2 Mouse](feature_ps2_mouse.md) |   * [PS/2 Mouse](feature_ps2_mouse.md) | ||||||
|   * [RGB Lighting](feature_rgblight.md) |   * [RGB Lighting](feature_rgblight.md) | ||||||
|   * [Space Cadet](feature_space_cadet.md) |   * [Space Cadet Shift](feature_space_cadet.md) | ||||||
|  |   * [Space Cadet Shift Enter](feature_space_shift_cadet.md) | ||||||
|   * [Stenography](feature_stenography.md) |   * [Stenography](feature_stenography.md) | ||||||
|   * [Swap Hands](feature_swap_hands.md) |   * [Swap Hands](feature_swap_hands.md) | ||||||
|   * [Tap Dance](feature_tap_dance.md) |   * [Tap Dance](feature_tap_dance.md) | ||||||
|   | |||||||
| @@ -16,7 +16,6 @@ | |||||||
|       nameLink: 'https://qmk.fm/', |       nameLink: 'https://qmk.fm/', | ||||||
|       repo: 'qmk/qmk_firmware', |       repo: 'qmk/qmk_firmware', | ||||||
|       loadSidebar: true, |       loadSidebar: true, | ||||||
|       subMaxLevel: 2, |  | ||||||
|       auto2top: true, |       auto2top: true, | ||||||
|       formatUpdated: '{YYYY}/{MM}/{DD} {HH}:{mm}', |       formatUpdated: '{YYYY}/{MM}/{DD} {HH}:{mm}', | ||||||
|     } |     } | ||||||
|   | |||||||
| @@ -27,10 +27,9 @@ QMK Toolbox is a Windows and macOS program that allows you to both program and d | |||||||
|  |  | ||||||
| We've tried to make QMK as easy to setup as possible. You only have to prepare your Linux or Unix environment and let QMK install the rest. | We've tried to make QMK as easy to setup as possible. You only have to prepare your Linux or Unix environment and let QMK install the rest. | ||||||
|  |  | ||||||
| ?> If you haven't worked with the Linux/Unix command line before there are a few basic concepts and commands you should learn. These resources will teach you enough to work with QMK: | ?> If you haven't worked with the Linux/Unix command line before there are a few basic concepts and commands you should learn. These resources will teach you enough to work with QMK:<br> | ||||||
|  | [Must Know Linux Commands](https://www.guru99.com/must-know-linux-commands.html)<br> | ||||||
| ?> * [Must Know Linux Commands](https://www.guru99.com/must-know-linux-commands.html) | [Some Basic Unix Commands](https://www.tjhsst.edu/~dhyatt/superap/unixcmd.html) | ||||||
| ?> * [Some Basic Unix Commands](https://www.tjhsst.edu/~dhyatt/superap/unixcmd.html) |  | ||||||
|  |  | ||||||
| ### Windows | ### Windows | ||||||
|  |  | ||||||
|   | |||||||
| @@ -357,10 +357,10 @@ body.sticky .sidebar-toggle { | |||||||
|   border-top: 1px solid #ccc; |   border-top: 1px solid #ccc; | ||||||
| } | } | ||||||
| .markdown-section tr:nth-child(2n) { | .markdown-section tr:nth-child(2n) { | ||||||
|   background-color: #f8f8f8; |   background-color: #555555; | ||||||
| } | } | ||||||
| .markdown-section p.tip { | .markdown-section p.tip { | ||||||
|   background-color: #f8f8f8; |   background-color: #555555; | ||||||
|   border-bottom-right-radius: 2px; |   border-bottom-right-radius: 2px; | ||||||
|   border-left: 4px solid #f66; |   border-left: 4px solid #f66; | ||||||
|   border-top-right-radius: 2px; |   border-top-right-radius: 2px; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user