diff options
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css index 230353c..1a28ca9 100644 --- a/doc/style.css +++ b/doc/style.css @@ -499,6 +499,10 @@ code { h1, h2, h3, h4, h5, h6, th { text-align: left; } +.warning { + color: red; + font-weight: bold; +} /* Pygments Style */ .hll { background-color: #ffffcc } |