mirror of
https://github.com/fruworg/themu.git
synced 2025-01-18 17:00:52 +03:00
Update main.css
This commit is contained in:
parent
c49d23cfe2
commit
f566389b51
@ -253,11 +253,16 @@ svg {
|
|||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
|
|
||||||
span:not([style]):not([class="language-sh"] span):not([class="meta"]):not([class="pagination"] span)::before {
|
span:not([style]):not([class="language-sh"] span):not([class="language-bash"] span):not([class="meta"]):not([class="pagination"] span)::before {
|
||||||
content: "# ";
|
content: "# ";
|
||||||
color: #555;
|
color: #555;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span:not([style]):not([class="language-sh"] span):not([class="meta"]):not([class="pagination"] span)::before {
|
||||||
|
content: "$ ";
|
||||||
|
color: #555;
|
||||||
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
background-color: #111;
|
background-color: #111;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user