mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-04 17:16:36 +00:00
deploy: 1876463e7c
This commit is contained in:
parent
dad14786af
commit
911953d9d5
255 changed files with 6257 additions and 6248 deletions
css
|
@ -1663,6 +1663,15 @@ input[type="search"]::-webkit-search-cancel-button,
|
|||
input[type="search"]::-webkit-search-results-button,
|
||||
input[type="search"]::-webkit-search-results-decoration { display: none; }
|
||||
|
||||
@supports selector(.math:has(> mjx-container)){
|
||||
.math{
|
||||
visibility: hidden;
|
||||
}
|
||||
.math:has(> mjx-container){
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
|
||||
.math.align-left > mjx-container{
|
||||
text-align: left !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue