Skip to content

Commit d912c15

Browse files
committed
Fix: minor fixes in install code lesson
1 parent 5f836f2 commit d912c15

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

_static/pyos.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,3 +308,26 @@ html[data-theme=dark] {
308308
padding-right: 1.5em;
309309
padding-left: 1.5em;
310310
}
311+
312+
#footnotes {
313+
font-size: .8em;
314+
line-height: 1.1;
315+
&span.label {
316+
font-weight:400
317+
}
318+
}
319+
320+
aside.footnote {
321+
margin-bottom: 0.5rem;
322+
&:last-child {
323+
margin-bottom: 1rem;
324+
}
325+
span.label,
326+
span.backrefs {
327+
font-weight: 400!important;
328+
}
329+
330+
&:target {
331+
background-color: var(--pst-color-target);
332+
}
333+
}
9.52 KB
Loading

0 commit comments

Comments
 (0)