Improve HTML description
This commit is contained in:
parent
8501033acd
commit
ac8f2e77ad
2 changed files with 68 additions and 47 deletions
|
|
@ -56,6 +56,16 @@ p * {
|
|||
user-select: text;
|
||||
}
|
||||
|
||||
code {
|
||||
background: #61769a;
|
||||
color: #e2e8f0;
|
||||
padding: 2px 6px;
|
||||
border-radius: 4px;
|
||||
font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', 'Consolas', monospace;
|
||||
font-size: 0.875em;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
header > p {
|
||||
color: #5a6272;
|
||||
font-size: 1.1rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue