diff options
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/default.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 2d1b2cc4a1..6ce1e1d066 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -158,16 +158,16 @@ pre, margin-top: 15px; } .note { - border-left: 4px solid #61897C; - background-color: #D9E7E2; + border-left: 3px solid #309048; + background-color: #d9f1dd; } .tip { - border-left: 4px solid #4866AD; - background-color: #CDD5E8; + border-left: 3px solid #0063b1; + background-color: #cde5f7; } .warning { - border-left: 4px solid #D5B177; - background-color: #F9EEDC; + border-left: 3px solid #ed8733; + background-color: #f6f1d2; } .noteicon, .notetext { padding:0.3em; @@ -253,7 +253,7 @@ h6 { } .howtoget { background: #EBE7E9; - border-left: 4px solid #4E4B55; + border-left: 3px solid #4E4B55; border-radius: 0 4px 4px 0; box-shadow: 0 2px 2px -2px rgba(0,0,0,0.2); padding: 0.3em; |