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

feat: background-color on blockquote

+7
+6
index.html
··· 94 94 </p> 95 95 <footer>— <cite>a really cool person</cite></footer> 96 96 </blockquote> 97 + <blockquote> 98 + <p>this is a blockquote without a citation.</p> 99 + <blockquote> 100 + <p>this is a nested blockquote.</p> 101 + </blockquote> 102 + </blockquote> 97 103 <h3>table</h3> 98 104 <table> 99 105 <caption>
+1
slight.css
··· 87 87 88 88 blockquote { 89 89 border-left: 4px solid var(--sc-emphasizebd); 90 + background-color: var(--sc-emphasizebg); 90 91 padding-left: 1rem; 91 92 margin-left: 0; 92 93 }