mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
#287: add better background color for <tt> in warnings and notes.
This commit is contained in:
parent
3c09b7ab8f
commit
c4cccb33ea
@ -241,3 +241,11 @@ tt {
|
||||
padding: 0 1px 0 1px;
|
||||
font-size: 0.95em;
|
||||
}
|
||||
|
||||
.warning tt {
|
||||
background: #efc2c2;
|
||||
}
|
||||
|
||||
.note tt {
|
||||
background: #d6d6d6;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user