Jekyll is an ass.

This commit is contained in:
2025-02-02 17:04:21 +11:00
parent 66e8c0fa7a
commit 47e6983ad1
2 changed files with 9 additions and 10 deletions

View File

@@ -1,5 +1,3 @@
@import "styles/toylang-syntax.css";
@media only screen and (max-width: 768px) { @media only screen and (max-width: 768px) {
.custom-mobile-hide { .custom-mobile-hide {
display: none !important; display: none !important;
@@ -8,4 +6,12 @@
.ui.segment { .ui.segment {
overflow-x: unset; overflow-x: unset;
} }
/* copied from the main theme, fixes syntax highlighting */
pre:has(> code.language-toy) {
line-height: 1.18em;
overflow-x: auto;
width: fit-content;
max-width: 100%;
}

View File

@@ -1,7 +0,0 @@
/* copied from the main theme */
pre:has(> code.language-toy) {
line-height: 1.18em;
overflow-x: auto;
width: fit-content;
max-width: 100%;
}