Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
philffm committed Jul 7, 2024
1 parent 8c11c49 commit 42838e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bookmarklet-generator/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ body {
}

h1 {
color: #bb86fc;
color: #007bff;
text-align: center;
margin-bottom: 20px;
font-size: 24px;
Expand All @@ -33,7 +33,7 @@ h1 {
label {
display: block;
margin: 15px 0 5px;
color: #bb86fc;
color: #007bff;
font-weight: bold;
}

Expand Down Expand Up @@ -61,8 +61,8 @@ textarea {
button {
width: 100%;
padding: 12px;
background-color: #bb86fc;
color: #121212;
background-color: #007bff;
color: #fff;
border: none;
border-radius: 6px;
font-size: 18px;
Expand All @@ -72,7 +72,7 @@ button {
}

button:hover {
background-color: #9c6efb;
background-color: #0056b3;
}

.output {
Expand Down

0 comments on commit 42838e5

Please sign in to comment.