12 lines
152 B
SCSS
12 lines
152 B
SCSS
.page-content {
|
|
font-size: 1.1em;
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
code {
|
|
color: #FF2E6C;
|
|
}
|
|
|
|
.CodeRay .code pre * {
|
|
background: transparent !important;
|
|
}
|