| 1 | html { |
| 2 | color-scheme: light dark; |
| 3 | font-family: system-ui; |
| 4 | display: flex; |
| 5 | align-items: center; |
| 6 | justify-content: center; |
| 7 | overflow: auto; |
| 8 | } |
| 9 | |
| 10 | mi-nav nav ul { |
| 11 | display: flex; |
| 12 | flex-wrap: wrap; |
| 13 | padding: 0; |
| 14 | gap: 0.5em; |
| 15 | list-style-type: none |
| 16 | } |