aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 3f9cd73fa..f6403e9e7 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -142,6 +142,11 @@ input, optgroup, select, textarea {
resize: vertical;
}
+.selected-doco-nav {
+ font-weight: bold;
+ text-shadow: 2px 2px 3px lightgray;
+}
+
#help-content pre code {
overflow-x: auto;
white-space: pre;