improve styling

This commit is contained in:
Philipp Kühn
2020-10-12 13:21:16 +02:00
parent b8483f4c08
commit fb101c05f3
3 changed files with 17 additions and 13 deletions

View File

@@ -47,10 +47,6 @@ pre[class*="language-"] {
padding: 1.2rem 1.5rem !important;
border-radius: 0.5rem;
max-height: unquote("max(300px, 60vh)");
&::-webkit-scrollbar-thumb {
background-color: rgba($colorWhite, 0.25);
}
}
pre[class*="language-"].language-css > code,