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