Skip to content

Commit

Permalink
pop a style
Browse files Browse the repository at this point in the history
  • Loading branch information
dinguschan-owo authored Nov 26, 2024
1 parent c835f0d commit d0dfc54
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,9 @@ body {
height: 200px;
padding: 10px;
font-size: 14px;
border: 1px solid #ccc;
color: #fff;
background-color: #52565b;
border: none;
border-radius: 5px;
margin-top: 10px;
resize: none;
Expand All @@ -865,30 +867,30 @@ body {
position: absolute;
top: 10px;
right: 10px;
background-color: #007BFF;
background-color: #52565b;
color: white;
border: none;
border: 2px solid #66ffa1;
padding: 5px 10px;
border-radius: 5px;
cursor: pointer;
font-size: 12px;
}

.copy-buttongg:hover {
background-color: #0056b3;
background-color: #55595e;
}

.close-buttongg {
margin-top: 20px;
background-color: #4CAF50;
background-color: #52565b;
border: 2px solid #66ffa1;
color: white;
border: none;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
}

.close-buttongg:hover {
background-color: #45a049;
background-color: #55595e;
}

0 comments on commit d0dfc54

Please sign in to comment.