Skip to content

Commit

Permalink
New shadow colour Change
Browse files Browse the repository at this point in the history
  • Loading branch information
md-rasel-mahmud authored Sep 20, 2022
1 parent c8907f1 commit 60104fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Calculator</title>
<style>
*,
*,
*::before,
*::after {
box-sizing: border-box;
Expand Down Expand Up @@ -40,13 +40,13 @@
background-color: #383838;
color: #ececec;
margin: .1rem;
box-shadow: 0 0 9px rgba(223, 61, 255, 0.39);
box-shadow: 0 0 9px rgba(74, 61, 255, 0.5);
}

.calculator-grid>button:hover,
.calculator-grid>button:focus {
background-color: #525252;
box-shadow: inset 0px 0px 20px 3px rgb(223 61 255 / 39%);
box-shadow: inset 0px 0px 20px 3px rgba(74, 61, 255, 0.5);
}

.span-two {
Expand Down

0 comments on commit 60104fa

Please sign in to comment.