mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 02:38:52 -05:00
Added background colour for non-table and non-note <code> elements.
This commit is contained in:
parent
04b4e605a0
commit
9ddaf76b68
|
@ -306,5 +306,13 @@ span.stringliteral {
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
|
background-color:hsl(0,0%,95%);
|
||||||
padding:0.1em;
|
padding:0.1em;
|
||||||
|
border-radius:4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
dl.section.note code, table.doxtable code {
|
||||||
|
background-color:transparent;
|
||||||
|
padding:0;
|
||||||
|
border-radius:0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user