Skip to content

Commit

Permalink
Merge pull request #7 from AnkitBarnawal08/patch-1
Browse files Browse the repository at this point in the history
Update popup.css
  • Loading branch information
vignesh1507 authored Oct 10, 2024
2 parents 47f0b14 + 4d55fa2 commit 3bac120
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 0;
padding: 20px;
background-color: #f4f4f4;
background-color: #404040;
display: flex;
align-items: center;
justify-content: center;
Expand All @@ -12,12 +12,12 @@ body {
.container {
text-align: center;
display: flex;
flex-direction: column;
flex-direction: row;
align-items: center;
}

h1 {
font-size: 18px;
font-size:24px;
color: #333;
margin-bottom: 10px;
}
Expand All @@ -34,14 +34,14 @@ h1 {
color: white;
background-color: #007bff;
cursor: pointer;
border-radius: 25px;
border-radius: 5px;
font-size: 14px;
font-weight: bold;
display: inline-flex;
align-items: center;
justify-content: center;
transition: background-color 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
box-shadow:5px 4px 6px rgba(0, 0, 0, 0.1);
}

#toggleButton.active {
Expand All @@ -53,7 +53,7 @@ h1 {
}

.icon {
font-size: 16px;
font-size: 26px;
margin-right: 10px;
}

Expand Down

0 comments on commit 3bac120

Please sign in to comment.