From b4eb2a57ca9566adaf67de3e099e4529af2bb170 Mon Sep 17 00:00:00 2001
From: Sascha Schulz <sschulz@dh-software.de>
Date: Mo, 09 Dez 2024 14:53:42 +0100
Subject: [PATCH] add worker threads chapter
---
dist/theme/night-custom.css | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/dist/theme/night-custom.css b/dist/theme/night-custom.css
index c9d5eed..eca1b01 100644
--- a/dist/theme/night-custom.css
+++ b/dist/theme/night-custom.css
@@ -32,6 +32,7 @@
--r-heading3-size: 1.55em;
--r-heading4-size: 1em;
--r-code-font: monospace;
+ --r-code-font-size: 16px;
--r-link-color: #e7ad52;
--r-link-color-dark: #d08a1d;
--r-link-color-hover: #f3d7ac;
@@ -229,6 +230,12 @@
overflow: auto;
max-height: 400px;
word-wrap: normal;
+ font-size: var(--r-code-font-size);
+}
+
+.reveal em.h {
+ font-weight: bold;
+ color: red;
}
.reveal .code-wrapper {
@@ -338,6 +345,7 @@
*********************************************/
.reveal .controls {
color: var(--r-link-color);
+ bottom: 35px;
}
/*********************************************
@@ -366,4 +374,8 @@
left: 50%;
transform: translateX(-50%);
width: 100%;
-}
\ No newline at end of file
+}
+
+.italic {
+ font-style: italic;
+}
--
Gitblit v1.9.3