We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f50861 commit 3bb3cf5Copy full SHA for 3bb3cf5
1 file changed
assets/css/common/post-single.css
@@ -266,7 +266,8 @@
266
267
.toc details summary {
268
cursor: zoom-in;
269
- margin-inline-start: 20px;
+ margin-inline-start: 10px;
270
+ user-select: none;
271
}
272
273
.toc details[open] summary {
@@ -279,8 +280,9 @@
279
280
281
282
.toc .inner {
- margin: 0 20px;
283
- padding: 10px 20px;
+ margin: 5px 20px 0;
284
+ padding: 0 10px;
285
+ opacity: 0.9;
286
287
288
.toc li ul {
0 commit comments