docs: minor improvements to the demo style

This commit is contained in:
Hans Pagel
2021-02-02 14:48:58 +01:00
parent 22ed56769c
commit a9708f6535
9 changed files with 100 additions and 26 deletions

View File

@@ -124,6 +124,15 @@ export default {
padding: 0 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.1;
}
code {
background-color: rgba(#616161, 0.1);
color: #616161;