Skip to content

Commit

Permalink
Polish talk
Browse files Browse the repository at this point in the history
  • Loading branch information
neuroevolutus committed Feb 10, 2024
1 parent cce63b3 commit df4f00f
Show file tree
Hide file tree
Showing 2 changed files with 281 additions and 51 deletions.
10 changes: 9 additions & 1 deletion css/theme/source/nord.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ $overlayElementFgColor: 240, 240, 240;
}

.slide-header {
margin-block-end: 2rem !important;
margin-block-end: 1.5rem !important;
}

figure.code-example {
Expand All @@ -113,6 +113,14 @@ section footer {
font-size: 1.5rem;
}

section ul li.de-emphasised {
filter: brightness(55%);
}

section#bibliography ol li {
font-size: 1.5rem;
}

// Highlight.js
pre code.hljs {
display: block;
Expand Down
Loading

0 comments on commit df4f00f

Please sign in to comment.