Sascha Schulz
2023-04-05 c9553e7a9300082412db50d0e5775a0b5dfba193
add custom <em> style
1 Dateien geändert
5 ■■■■■ Geänderte Dateien
dist/theme/night-custom.css 5 ●●●●● Patch | Ansicht | Raw | Blame | Historie
dist/theme/night-custom.css
@@ -233,6 +233,11 @@
  font-size: var(--r-code-font-size);
}
.reveal em.h {
  font-weight: bold;
  color: red;
}
.reveal .code-wrapper {
  white-space: normal;
}