Skip to content

Commit

Permalink
color changed
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsiaofficial committed Mar 20, 2024
1 parent 3ccbfb3 commit 455d2fa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ body {

#add_btn {
padding: 0.5rem 1rem;
background-color: #ccc;
background-color: var(--third-color);
outline: none;
border: none;
width: 100%;
Expand Down Expand Up @@ -228,9 +228,7 @@ body {

/* For mobile phones: */
@media only screen and (max-width: 710px) {
body {
/* font-size: 16px; */
}


.appTitle {
font-size: 16px;
Expand Down

0 comments on commit 455d2fa

Please sign in to comment.