diff options
author | sameerasw <[email protected]> | 2025-04-11 10:41:58 +0530 |
---|---|---|
committer | sameerasw <[email protected]> | 2025-04-11 10:41:58 +0530 |
commit | 1f0a6a85eb16b5aa60e3aab5515714a7d73d6771 (patch) | |
tree | 33908ab20c9d7301f2d45356cb6711588749088a /popup | |
parent | e00792dd9f90093d93b527c66af2b6de18f98294 (diff) |
code cleanup and version update
Diffstat (limited to 'popup')
-rw-r--r-- | popup/popup.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/popup/popup.css b/popup/popup.css index d135ec7..3b71d1e 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -29,7 +29,7 @@ body { padding: 16px 20px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
box-shadow: var(--shadow);
- position: relative; /* Add this for positioning the whats-new button */
+ position: relative;
}
.logo-container {
@@ -42,7 +42,7 @@ body { width: 32px;
height: 32px;
object-fit: contain;
- filter: var(--logo-filter); /* Apply the logo filter based on theme */
+ filter: var(--logo-filter);
}
.app-title {
@@ -392,9 +392,9 @@ input:checked + .slider:before { /* Current site highlighting */
.current-site {
- background-color: rgba(229, 152, 102, 0.1); /* Subtle orange background */
- border-left: 3px solid var(--accent-color); /* Orange accent bar */
- padding-left: 9px !important; /* Compensate for the border */
+ background-color: rgba(229, 152, 102, 0.1);
+ border-left: 3px solid var(--accent-color);
+ padding-left: 9px !important;
}
/* Mode Indicator */
|