mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
bizstyle: we now emit "code" instead of "tt".
This commit is contained in:
parent
1e63f34d2e
commit
a3f12e1ccc
@ -244,13 +244,13 @@ cite, code, tt {
|
||||
letter-spacing: 0.01em;
|
||||
}
|
||||
|
||||
tt {
|
||||
code {
|
||||
background-color: #F2F2F2;
|
||||
border-bottom: 1px solid #ddd;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
tt.descname, tt.descclassname, tt.xref {
|
||||
code.descname, code.descclassname, code.xref {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
@ -259,12 +259,12 @@ hr {
|
||||
margin: 2em;
|
||||
}
|
||||
|
||||
a tt {
|
||||
a code {
|
||||
border: 0;
|
||||
color: #CA7900;
|
||||
}
|
||||
|
||||
a tt:hover {
|
||||
a code:hover {
|
||||
color: #2491CF;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user