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 2588879 commit fcc70aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bookmarklet-generator/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,18 @@ body {
background-color: #0056b3;
}
.output {
display: flex;
flex-direction: column;
margin-top: 20px;
word-wrap: break-word;
text-align: center;
background: #e9ecef;
padding: 16px;
padding: 12px;
border-radius: 12px;
border: 1px solid #ccc;
}
.output a {
background-color: #f0f0f0;
/* background-color: #f6f6f6; */
padding: 12px;
border-radius: 8px;
border-color: dimgrey;
Expand Down

0 comments on commit fcc70aa

Please sign in to comment.