added zoom in buttons

This commit is contained in:
juanatsap
2025-11-16 12:48:12 +00:00
parent 25e9ebafe7
commit ac0cf15eb9
55 changed files with 2625 additions and 52 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ if (zoomValue !== 100) {
**CSS**:
```css
.zoom-reset-btn.zoom-not-default:hover {
background: rgba(39, 174, 96, 0.5); /* Green */
background: #74aacd;
}
```