File tree Expand file tree Collapse file tree 7 files changed +1435
-1
lines changed
Expand file tree Collapse file tree 7 files changed +1435
-1
lines changed Original file line number Diff line number Diff 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+ }
Original file line number Diff line number Diff 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 >
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments