Fin TP3
This commit is contained in:
parent
902ec65f1a
commit
6ca11e8fda
9 changed files with 217 additions and 92 deletions
|
@ -14,6 +14,14 @@
|
|||
}
|
||||
code {
|
||||
white-space: pre-wrap;
|
||||
background: rgba(0, 0, 0, 0.1);
|
||||
border-radius: 5px;
|
||||
padding: 1px;
|
||||
}
|
||||
pre code {
|
||||
border: solid 1px rgba(0, 0, 0, 0.5);
|
||||
display: block;
|
||||
padding: 2px;
|
||||
}
|
||||
h1, h2, h3 {
|
||||
text-decoration: underline;
|
||||
|
|
Reference in a new issue