We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffd41a commit 6c235c6Copy full SHA for 6c235c6
2 files changed
index.html
@@ -52,8 +52,9 @@ <h1>Telugu Text Wrapper Pro</h1>
52
<button id="addToSquareBtn" class="add-shape-btn square-btn">
53
➕ Square
54
</button>
55
- <button id="addToRectBtn" class="add-shape-btn square-btn">
+ <button id="addToRectBtn" class="add-shape-btn rect-btn">
56
➕ Rect
57
+</button>
58
59
</div>
60
style.css
@@ -485,4 +485,14 @@ textarea:focus {
485
gap: 5px;
486
}
487
488
-/* Add this for the Rectangle Icon */
+
489
+/* Rectangle Button - Indigo Color */
490
+.rect-btn {
491
+ background: #6f42c1;
492
+ color: white;
493
+}
494
495
+.rect-btn:hover {
496
+ background: #59359a;
497
+ transform: translateY(-2px);
498
0 commit comments