Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
NEKODESUDX authored Dec 11, 2024
1 parent b820dfe commit 7e1264c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,16 @@ button:hover {
body, h1, p, label, a, button {
color: white;
}


#status {
width: 100%;
height: 150px;
margin-top: 20px;
padding: 10px;
border: 1px solid #ccc;
background-color: #333;
color: white;
overflow-y: scroll;
white-space: pre-wrap;
}

0 comments on commit 7e1264c

Please sign in to comment.