mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-08 11:06:37 +00:00
deploy: 27bb276909
This commit is contained in:
parent
b19f3d892a
commit
8f005f1173
360 changed files with 7883 additions and 7884 deletions
css
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue