mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Jekyll is an ass.
This commit is contained in:
@@ -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;
|
||||||
@@ -9,3 +7,11 @@
|
|||||||
.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%;
|
||||||
|
}
|
||||||
|
|||||||
@@ -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%;
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user