Update FAQ, pipeline, and report logo images (#1069)
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
pollfly
2025-03-03 15:20:52 +02:00
committed by GitHub
parent 2ef60eb575
commit b73c74296a
21 changed files with 46 additions and 12 deletions

View File

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