diff options
-rw-r--r-- | lib/erl_docgen/priv/css/otp_doc.css | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css index 8edb067df8..62dd60bbd3 100644 --- a/lib/erl_docgen/priv/css/otp_doc.css +++ b/lib/erl_docgen/priv/css/otp_doc.css @@ -100,33 +100,30 @@ a:visited { color: #1b6ec2; text-decoration: none } } .warning .content { background-color: #f8f9fa; - border: 1px solid #dee2e6; line-height: 120%; font-size: 90%; padding: 0.5em 1em; } .do .label { - background: #30d42a; + background-color: #2b8a3e; color: #fefefe; font-weight: bold; padding: 5px 10px; } .do .content { - background: #eafeea; - color: #1a1a1a; + background: #f8f9fa; line-height: 120%; font-size: 90%; padding: 5px 10px; } .dont .label { - background: #C00; + background: #c92a2a; color: #fefefe; font-weight: bold; padding: 5px 10px; } .dont .content { - background: #FFF0F0; - color: #1a1a1a; + background-color: #f8f9fa; line-height: 120%; font-size: 90%; padding: 5px 10px; |