tangled
alpha
login
or
join now
devins.page
/
slight.css
1
fork
atom
slight enhancements for the user agent stylesheet
slightcss.devins.page
css
stylesheet
framework
lightweight
1
fork
atom
overview
issues
pulls
pipelines
feat: background-color on blockquote
devins.page
10 months ago
711a792e
629c0329
+7
2 changed files
expand all
collapse all
unified
split
index.html
slight.css
+6
index.html
reviewed
···
94
94
</p>
95
95
<footer>— <cite>a really cool person</cite></footer>
96
96
</blockquote>
97
97
+
<blockquote>
98
98
+
<p>this is a blockquote without a citation.</p>
99
99
+
<blockquote>
100
100
+
<p>this is a nested blockquote.</p>
101
101
+
</blockquote>
102
102
+
</blockquote>
97
103
<h3>table</h3>
98
104
<table>
99
105
<caption>
+1
slight.css
reviewed
···
87
87
88
88
blockquote {
89
89
border-left: 4px solid var(--sc-emphasizebd);
90
90
+
background-color: var(--sc-emphasizebg);
90
91
padding-left: 1rem;
91
92
margin-left: 0;
92
93
}