Skip to content

Commit

Permalink
fix: example button
Browse files Browse the repository at this point in the history
  • Loading branch information
makinzm committed Dec 30, 2024
1 parent 0b4a937 commit 5f63ed3
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
9 changes: 9 additions & 0 deletions dist/options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,15 @@
background-color: #0056b3;
}

.add-example-button {
background-color: #0F52BA;
color: white;
border: none;
padding: 5px 10px;
border-radius: 5px;
cursor: pointer;
}

.note-section {
font-size: 0.9em;
color: #555;
Expand Down
Loading

0 comments on commit 5f63ed3

Please sign in to comment.