Adjusted Note colors.

This commit is contained in:
Zeckmathederg 2024-06-05 01:06:25 -06:00
parent fce0170aad
commit 7c5a32d300
4 changed files with 48 additions and 8 deletions

View File

@ -39,7 +39,18 @@
</listitem>
-->
<listitem>
<listitem>
<para>June 5th, 2024</para>
<itemizedlist>
<listitem>
<para>
[zeckma] - Adjusted Note colors.
</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>June 4th, 2024</para>
<itemizedlist>
<listitem>

View File

@ -319,11 +319,21 @@ div.admon pre {
}
div.note, div.tip {
background-color: #6b6c37;
border: 2px solid #8b8c57;
background-color: #7f3f1c;
border: 2px solid #ffb187;
border-radius: 10px;
width: 90%;
margin: .5em auto;
color: #ffbe9b;
}
div.note h3, div.tip h3 {
color: #ffbe9b;
}
div.note em, div.tip em {
color: #000;
font-weight: bold;
}
div.important, div.warning, div.caution {

View File

@ -319,11 +319,21 @@ div.admon pre {
}
div.note, div.tip {
background-color: #6b6c37;
border: 2px solid #8b8c57;
background-color: #7f3f1c;
border: 2px solid #ffb187;
border-radius: 10px;
width: 90%;
margin: .5em auto;
color: #ffbe9b;
}
div.note h3, div.tip h3 {
color: #ffbe9b;
}
div.note em, div.tip em {
color: #000;
font-weight: bold;
}
div.important, div.warning, div.caution {

View File

@ -319,14 +319,23 @@ div.admon pre {
}
div.note, div.tip {
background-color: #fffff6;
border: 2px solid #5f5f56;
background-color: #ffbe9b;
border: 2px solid #8f4f2c;
border-radius: 10px;
color: #5f5f56;
color: #7f3f1c;
width: 90%;
margin: .5em auto;
}
div.note h3, div.tip h3 {
color: #7f3f1c;
}
div.note em, div.tip em {
color: #000;
font-weight: bold;
}
div.important, div.warning, div.caution {
background-color: #f39595;
border: medium solid #500;