move some pages

This commit is contained in:
Philipp Kühn
2020-04-18 20:39:48 +02:00
parent fe1a647028
commit 53d20a454a
10 changed files with 40 additions and 11 deletions

View File

@@ -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;