Skip to content

Commit

Permalink
Merge pull request #77 from kakakaya/hotfix/i76-disable-debug-colors
Browse files Browse the repository at this point in the history
Fix debugging color
  • Loading branch information
kakakaya authored Apr 7, 2024
2 parents 2b6fa85 + ef90712 commit 0828763
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions frontend/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,12 @@ body {
position: fixed;
bottom: 0;
width: 100%;
background-color: yellow;
/* background-color: yellow; */
display: flex;
color: white;
padding: 0px;
justify-content: flex-end;

border-top: 1px solid #999;
border-top: 1px solid rgba(255, 255, 255, 0.1);

text-align: left;
}
Expand All @@ -130,17 +129,17 @@ body {

#char-counter {
color: white;
background-color: yellowgreen;
/* background-color: yellowgreen; */
padding: 5px;
border-radius: 5px;
}

#message {
background-color: royalblue;
/* background-color: royalblue; */
}

#footer {
background-color: hotpink;
/* background-color: hotpink; */
}

.char-count {
Expand Down

0 comments on commit 0828763

Please sign in to comment.