Sascha Schulz
2025-06-30 614b5a0de59ffbc06c7f7cbf46fc5ce568a0bb37
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;
}
@@ -340,6 +345,7 @@
 *********************************************/
.reveal .controls {
  color: var(--r-link-color);
  bottom: 35px;
}
/*********************************************
@@ -369,3 +375,7 @@
  transform: translateX(-50%);
  width: 100%;
}
.italic {
  font-style: italic;
}