Skip to content

Commit

Permalink
Merge pull request QAZIMAAZARSHAD#431 from aashimawadhwa/master
Browse files Browse the repository at this point in the history
Fixes QAZIMAAZARSHAD#429 Change color of buttons in home and form-correction page
  • Loading branch information
QAZIMAAZARSHAD authored Jul 30, 2021
2 parents bc7689e + 1b36ff0 commit ffe192f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Style.css
Original file line number Diff line number Diff line change
Expand Up @@ -664,9 +664,15 @@ body {
padding: 2px;
float: left;
margin: 5px;
background-color: gray;
background-color:red;
height: 28px;
}
#inc{
background-color: #0069d9;
}
#dec{
background-color: #0069d9;;
}

.fontsetting select {
margin: 5px;
Expand Down

0 comments on commit ffe192f

Please sign in to comment.