Skip to content

Commit

Permalink
🧯Update Firebase cache and enhance Progress Tracker button styles🛤️
Browse files Browse the repository at this point in the history
  • Loading branch information
RushilMahadevu committed Feb 2, 2025
1 parent 78d9cee commit 7edc2b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .firebase/hosting.ZGlzdA.cache
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
index.html,1738466849899,8338817679ec000a4d25512a63cfebd402b8960039ee688de8cbec543581d25c
notepad.png,1738466849690,093b72703014d3121dd8ca8d1938c9d64f2a244e625401af7469fea17eb13b8d
assets/index-CA-ql2H5.css,1738466849899,024288b6f0ce79d2ec7209cab5af9cf52a8148ee15c71abc7797ad4cdb9ab820
assets/index-C7Pm8Yqn.js,1738466849899,0d8dbb065e0f95b0e929c7318801cb3c9f9bcad186eacd456c4a54c7f264afa3
index.html,1738524098139,f70b52c58108d2a9e2be9105b925ebe8ec977d0d50d906e638960541e9601580
notepad.png,1738524097912,093b72703014d3121dd8ca8d1938c9d64f2a244e625401af7469fea17eb13b8d
assets/index-CMmO5n8-.css,1738524098139,4b148abefc2052833ce4dd6b0d7f3ebbfa088538461bdb2f3013bdd16fc997db
assets/index-DuBLuHPg.js,1738524098139,72a86fffb5e356e8bcb88ed54625adede912da71be847a0316963c0594caf8ed
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@
color: #f87171;
}

.edit-button:hover {
background-color: rgba(255, 255, 255, 0.2);
}

.delete-button:hover {
background-color: rgba(248, 113, 113, 0.2);
}
Expand Down

0 comments on commit 7edc2b8

Please sign in to comment.