move some pages
This commit is contained in:
@@ -72,6 +72,14 @@ a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: 'JetBrainsMono', monospace;
|
||||
background-color: rgba($colorBlack, 0.05);
|
||||
padding: 0.1rem 0.5rem;
|
||||
border-radius: 0.25rem;
|
||||
color: rgba($colorBlack, 0.7);
|
||||
}
|
||||
|
||||
.is-active {
|
||||
background: black;
|
||||
color: white;
|
||||
|
||||
@@ -23,6 +23,7 @@ code[class*="language-"], pre[class*="language-"] {
|
||||
font-size: 1em;
|
||||
line-height: 1.8;
|
||||
tab-size: 2;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
code[class*="language-"]::-moz-selection, pre[class*="language-"]::-moz-selection,
|
||||
|
||||
Reference in New Issue
Block a user