refactoring

This commit is contained in:
Philipp Kühn
2021-02-02 15:06:23 +01:00
parent 5cf13584b4
commit 19900705b3
3 changed files with 7 additions and 2 deletions

View File

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