Skip to content

Commit 737a3ce

Browse files
committed
test #2
1 parent 71e937e commit 737a3ce

File tree

7 files changed

+1435
-1
lines changed

7 files changed

+1435
-1
lines changed

src/.vitepress/theme/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,11 @@ mark {
141141
border-radius: 10%;
142142
padding: 0.9%;
143143
}
144+
145+
html.dark .light-only {
146+
display: none !important;
147+
}
148+
149+
html:not(.dark) .dark-only {
150+
display: none !important;
151+
}

src/boolean-algebra/K-map.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,4 +535,6 @@ A Karnaugh map (K-map) is a visual method used to `simplify the algebraic expres
535535
</tbody>
536536
</table>
537537

538-
<img src="/assets/svg/k-map/1.svg"></img>
538+
## Possible pairs and quads (4 variable)
539+
<img src="/assets/svg/k-map/light/1.svg" class="light-only"></img>
540+
<img src="/assets/svg/k-map/dark/1.svg" class="dark-only"></img>

src/public/assets/svg/k-map/dark/1.svg

Lines changed: 1424 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)