The current Hugo theme for the beetbox.io website
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
code {
|
|
|
|
background: $dark;
|
|
|
|
border-radius: .4rem;
|
|
|
|
margin: 0 .2rem;
|
|
|
|
padding: .2rem .5rem;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
p code {
|
|
|
|
font-size: .9rem !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
li code {
|
|
|
|
font-size: .9rem !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
background-color: $background-color !important;
|
|
|
|
max-width: 100%;
|
|
|
|
|
|
|
|
& > code {
|
|
|
|
@include shadow;
|
|
|
|
display: block;
|
|
|
|
padding: 1rem 1.5rem;
|
|
|
|
font-size: 1.05rem;
|
|
|
|
white-space: pre;
|
|
|
|
max-width: 100%;
|
|
|
|
overflow-x: auto;
|
|
|
|
border-left: .3rem solid $beetbox-purple;
|
|
|
|
}
|
|
|
|
}
|