improve styling

This commit is contained in:
Philipp Kühn
2020-03-06 12:04:35 +01:00
parent 699e5a85b6
commit 1dea0299ec
3 changed files with 13 additions and 1 deletions

View File

@@ -11,5 +11,9 @@
padding: 1rem;
background-color: $colorBlack;
color: $colorWhite;
code, pre {
padding: 0;
}
}
}