Add theme assets;

This commit is contained in:
2024-01-21 17:18:37 +01:00
parent fcc061aeba
commit aa45b6a645
1425 changed files with 430771 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
// Miscellaneous
*:-moz-full-screen,
*:-webkit-full-screen,
*:fullscreen *:-ms-full-screen {
overflow: auto;
}
pre {
background-color: color(gray-lighter);
padding: 15px;
font-size: 14px;
}
code {
padding: 5px;
font-family: $font-family-sans-serif;
font-weight: 400;
font-size: $font-size-base;
border-radius: 4px;
}