summary refs log tree commit diff stats
path: root/doc/nimdoc.css
diff options
context:
space:
mode:
authorAndrey Makarov <ph.makarov@gmail.com>2021-05-06 11:58:01 +0300
committerGitHub <noreply@github.com>2021-05-06 10:58:01 +0200
commit436af88d8c436265c751bbbc0d76ef42aab0cdf0 (patch)
tree608eedcc3573b342ecd0eed2a16e9a129924660f /doc/nimdoc.css
parent706562f661e49d06f63a1283525275fb70bb7073 (diff)
downloadNim-436af88d8c436265c751bbbc0d76ef42aab0cdf0.tar.gz
follow-up #17837: add `Console` for interactive sessions (#17930)
* follow-up #17837: add `Console` for interactive sessions

* fix Latex
Diffstat (limited to 'doc/nimdoc.css')
-rw-r--r--doc/nimdoc.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/nimdoc.css b/doc/nimdoc.css
index 6366d33dc..5c2bf2093 100644
--- a/doc/nimdoc.css
+++ b/doc/nimdoc.css
@@ -938,6 +938,14 @@ span.option {
   color: var(--option);

 }

 

+span.Prompt {

+  font-weight: bold;

+  color: red; }

+

+span.ProgramOutput {

+  font-weight: bold;

+  color: #808080; }

+

 span.program {

   font-weight: bold;

   color: var(--program);