This commit is contained in:
McShelby 2023-02-24 23:06:37 +00:00
parent b19f3d892a
commit 8f005f1173
360 changed files with 7883 additions and 7884 deletions

View file

@ -548,10 +548,11 @@ pre {
position: relative;
}
pre.pre-code,
pre:has( code ){
/* the :has() operator isn't available in FF yet, so we patch this by JS */
/* pre:has( code ), */
/* the :has() operator isn't available in FF yet, so we patch this by JS */
pre.pre-code {
direction: ltr;
text-align: left;
}
pre code {