update css pre and code

This commit is contained in:
readme 2020-03-24 18:45:10 +01:00
parent ddd5d44e3e
commit 29281b12a2
2 changed files with 9 additions and 6 deletions

View file

@ -86,11 +86,12 @@ img {
pre {
/* font-size: 1.05em; */
padding: 0.2em 0.4em;
padding: 1.08em 0;
padding-left: 1.0em;
margin: 1em 0 1.5em 1.5em;
background-color: #111833;
/* makes code-block border round */
border-radius: 10px;
border-radius: 7px;
overflow: auto;
}
@ -109,9 +110,9 @@ pre code {
padding: 0;
color: #eff5ef;
background-color: #111833;
padding-left: 8px;
line-height: 2.9;
font-size: 0.84em;
/* padding-left: 8px; */
line-height: 1.5;
font-size: 0.88em;
font-weight: normal;
}

View file

@ -41,14 +41,16 @@ For a custom and more advanced Template / Example / Tutorial run following comma
```
$ dashbox load <source-box>
```
eg.
```
$ dashbox load dashjs-html-js-example
$ dashbox load chrome-extension
$ dashbox load chrome-extension-example
$ dashbox load chrome-extension-wallet-tutorial (WIP)
```
View all available boxes on https://github.com/dashdev-box
## Create - Your own box