Testing hugo
This commit is contained in:
commit
e3975962fa
327 changed files with 17224 additions and 0 deletions
25
public/themes/novela/assets/scss/code.scss
Normal file
25
public/themes/novela/assets/scss/code.scss
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
.code-toolbar{
|
||||
max-width: 750px;
|
||||
margin: 0 auto 35px;
|
||||
overflow: auto;
|
||||
font-size: 12px;
|
||||
|
||||
pre{
|
||||
padding-top: 2.5em !important;
|
||||
padding-bottom: 2.5em !important;
|
||||
padding-left: 5em !important;
|
||||
padding-right: 5em !important;
|
||||
border-radius: 5px !important;
|
||||
background-color: #292c34 !important;
|
||||
|
||||
code{
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
.toolbar-item{
|
||||
position: absolute;
|
||||
top: 1em;
|
||||
right: 1em;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue