Update images (#997)
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
pollfly
2025-02-05 17:53:30 +02:00
committed by GitHub
parent a8f1ebce1d
commit 13a0e1ae50
461 changed files with 501 additions and 232 deletions

View File

@@ -601,6 +601,10 @@ html[data-theme=dark] .medium-zoom-image.medium-zoom-image--opened {border-radiu
.medium-zoom--opened .medium-zoom-overlay {z-index: 1000;}
.medium-zoom-image.medium-zoom-image--opened {z-index: 1001;}
[data-theme='light'] img[src$='#dark-mode-only'],
[data-theme='dark'] img[src$='#light-mode-only'] {
display: none;
}
/* table */
.markdown table {
border-spacing: 0;