Spaces:
Running
Running
Update playground.html
Browse files- playground.html +2 -2
playground.html
CHANGED
@@ -903,11 +903,11 @@ code.unblur-token:not(pre code) {
|
|
903 |
</footer>
|
904 |
</div>
|
905 |
|
906 |
-
|
907 |
<svg id="sun-moon-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="sun">
|
908 |
<path d="M12 2.25a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0V3a.75.75 0 01.75-.75zM12 19.5a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5a.75.75 0 01.75-.75zM17.703 8.497a.75.75 0 011.06 1.06l-1.06 1.06a.75.75 0 01-1.06-1.06l1.06-1.06zM6.343 17.657a.75.75 0 011.06-1.06l1.06 1.06a.75.75 0 01-1.06 1.06l-1.06-1.06zM21.75 12a9.75 9.75 0 11-19.5 0 9.75 9.75 0 0119.5 0z" />
|
909 |
</svg>
|
910 |
-
</button>
|
911 |
|
912 |
<div id="confirmation-modal" class="modal-overlay" style="display: none;">
|
913 |
<div class="modal-content">
|
|
|
903 |
</footer>
|
904 |
</div>
|
905 |
|
906 |
+
<<button id="invert-btn" title="Invert Colors">
|
907 |
<svg id="sun-moon-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="sun">
|
908 |
<path d="M12 2.25a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0V3a.75.75 0 01.75-.75zM12 19.5a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5a.75.75 0 01.75-.75zM17.703 8.497a.75.75 0 011.06 1.06l-1.06 1.06a.75.75 0 01-1.06-1.06l1.06-1.06zM6.343 17.657a.75.75 0 011.06-1.06l1.06 1.06a.75.75 0 01-1.06 1.06l-1.06-1.06zM21.75 12a9.75 9.75 0 11-19.5 0 9.75 9.75 0 0119.5 0z" />
|
909 |
</svg>
|
910 |
+
</button>
|
911 |
|
912 |
<div id="confirmation-modal" class="modal-overlay" style="display: none;">
|
913 |
<div class="modal-content">
|