New archive page

This commit is contained in:
Mahendrata Harpi
2020-08-29 10:59:26 +07:00
parent 6d710efad8
commit 14bcb9484e
7 changed files with 119 additions and 10 deletions

View File

@@ -16,16 +16,19 @@ code {
top: -1px;
background-color: #f6f6f6;
border-radius: 2px;
border: 1px solid rgba(128,128,128,0.1);
}
}
// Codeblock Theme
pre.highlight {
pre.highlight, pre {
margin: 0 -27px;
@include media-query($on-mobile) {
margin: 0 calc(51% - 51vw);
padding-left: 20px;
}
border: 1px solid rgba(128,128,128,0.1);
background-color: #1a1b21;
border-radius: 2px;
padding: 10px;
display: block;
@@ -53,12 +56,12 @@ pre.highlight {
.highlight,
.highlight .w {
color: #fbf1c7;
background-color: #1a1b21;
// background-color: #1a1b21;
}
.highlight .err {
color: #fb4934;
background-color: #1a1b21;
// background-color: #1a1b21;
font-weight: bold;
}