2022-12-21 00:35:48 +00:00
|
|
|
h1, h2, h3 {
|
|
|
|
margin: 0.4em 0;
|
|
|
|
}
|
|
|
|
|
2022-01-18 00:36:08 +00:00
|
|
|
code {
|
2022-12-21 00:35:48 +00:00
|
|
|
padding: 0.15rem;
|
|
|
|
font-size: 0.95em;
|
|
|
|
background-color: #383838;
|
2022-01-18 00:36:08 +00:00
|
|
|
border-radius: 4px;
|
2022-12-21 00:35:48 +00:00
|
|
|
font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
|
2022-03-22 20:56:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
summary {
|
|
|
|
cursor: pointer;
|
|
|
|
user-select: none;
|
2022-01-18 00:36:08 +00:00
|
|
|
}
|