mirror of
https://github.com/seigler/dashdev-website
synced 2025-07-26 22:36:09 +00:00
update css pre and code
This commit is contained in:
parent
ddd5d44e3e
commit
29281b12a2
2 changed files with 9 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue