diff options
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 9b7028af4d..2594c5de64 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -86,7 +86,7 @@ h6, pointer-events: auto; } body { - background-color: #F4F7F7; + background-color: #F7F8F7; margin: 0; line-height: normal; } @@ -159,16 +159,16 @@ pre, margin-top: 15px; } .note { - border-left: 4px solid #FFDE09; - background-color: #FFF4D0; + border-left: 4px solid #61897C; + background-color: #D9E7E2; } .tip { - border-left: 4px solid #38618C; - background-color: #DAE2EA; + border-left: 4px solid #4866AD; + background-color: #CDD5E8; } .warning { - border-left: 4px solid #FF5964; - background-color: #FFE0E2; + border-left: 4px solid #D5B177; + background-color: #F9EEDC; } .noteicon, .notetext { padding:0.3em; @@ -260,8 +260,8 @@ h6 { margin-left: 5px; } .howtoget { - background: #CCF4C6; - border-left: 4px solid #148603; + background: #EBE7E9; + border-left: 4px solid #4E4B55; border-radius: 0 4px 4px 0; box-shadow: 0 2px 2px -2px rgba(0,0,0,0.2); padding: 0.3em; |