summaryrefslogtreecommitdiff
path: root/help3xsl
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-06-23 08:59:52 -0500
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-06-23 08:59:52 -0500
commit47b0c69b0a1cefe027366d6e01f4f14470edaa2f (patch)
treee445591d139dc69914f6fa34bd769c9c52e5ee64 /help3xsl
parentf9e41ddb473fdb17dab310d17e68e2d0470a8518 (diff)
Update CSS box colors to match new Colibre
Change-Id: I5ed9fdcad79fc34032e6c8d1536aaaf12d32e177
Diffstat (limited to 'help3xsl')
-rw-r--r--help3xsl/default.css14
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;