Merge "Increase admonition.important contrast"
This commit is contained in:
commit
b5e31dc5f0
@ -82,7 +82,22 @@ Here's the same example but with ..code-block: ini to test the pygments lexer:
|
|||||||
vncserver_proxyclient_address = 10.0.0.31
|
vncserver_proxyclient_address = 10.0.0.31
|
||||||
novncproxy_base_url = http://controller:6080/vnc_auto.html
|
novncproxy_base_url = http://controller:6080/vnc_auto.html
|
||||||
|
|
||||||
.. note:: Here's an example note.
|
Notices
|
||||||
|
~~~~~~~
|
||||||
|
|
||||||
|
Notices take these forms:
|
||||||
|
|
||||||
|
.. note:: A comment with additional information that explains a part of the
|
||||||
|
text.
|
||||||
|
|
||||||
|
.. important:: Something you must be aware of before proceeding.
|
||||||
|
|
||||||
|
.. tip:: An extra but helpful piece of practical advice.
|
||||||
|
|
||||||
|
.. caution:: Helpful information that prevents the user from making mistakes.
|
||||||
|
|
||||||
|
.. warning:: Critical information about the risk of data loss or security
|
||||||
|
issues.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
@ -4215,18 +4215,18 @@ pre .cl {
|
|||||||
originally had names "docs-important" and "docs-warning" */
|
originally had names "docs-important" and "docs-warning" */
|
||||||
|
|
||||||
.admonition.important {
|
.admonition.important {
|
||||||
background: #FEFFBE;
|
background: #feffd6;
|
||||||
border-color: #D7AA16;
|
border-color: #2A4E68;
|
||||||
color: #D7AA16; }
|
color: #2A4E68; }
|
||||||
|
|
||||||
.admonition.important a {
|
.admonition.important a {
|
||||||
color: #e8be15; }
|
color: #cca50a; }
|
||||||
|
|
||||||
.admonition.important h3 {
|
.admonition.important h3 {
|
||||||
color: #e8be15; }
|
color: #cca50a; }
|
||||||
|
|
||||||
.admonition.important h3 i {
|
.admonition.important h3 i {
|
||||||
color: #e8be15; }
|
color: #cca50a; }
|
||||||
|
|
||||||
.admonition.warning {
|
.admonition.warning {
|
||||||
background: #FED3D9;
|
background: #FED3D9;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user