mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Adjusted Note colors.
This commit is contained in:
parent
fce0170aad
commit
7c5a32d300
@ -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>
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user