slight enhancements for the user agent stylesheet slightcss.devins.page
css stylesheet framework lightweight

feat: apply nav styling to footer aswell

+9 -6
+9 -6
slight.css
··· 87 87 margin-left: 0; 88 88 } 89 89 90 - header nav ul { 90 + header nav ul, 91 + footer nav ul { 91 92 display: flex; 92 93 flex-wrap: wrap; 93 94 list-style: none; 94 95 padding: 0; 95 96 } 96 97 97 - header nav ul li:not(:first-child)::before { 98 + header nav ul li, 99 + footer nav ul li { 100 + display: flex; 101 + } 102 + 103 + header nav ul li:not(:first-child)::before, 104 + footer nav ul li:not(:first-child)::before { 98 105 content: "•"; 99 106 margin: 0 0.25em; 100 - } 101 - 102 - header nav ul li { 103 - display: flex; 104 107 } 105 108 106 109 /* 4. remove max-width when printing */