mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00: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 {
|
||||
background-color:hsl(0,0%,95%);
|
||||
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