Skip to content

Commit 050f37a

Browse files
committed
Update v1.2
1 parent 43461f4 commit 050f37a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

style.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ body{
99
align-items: center;
1010
justify-content: center;
1111
height: 100vh;
12-
background-color: rgb(20, 11, 39);
12+
background-color: #140b27;
1313
}
1414

1515
.calculator-big-screen{
1616
width: 30%;
1717
padding: 20px 10px;
1818
border-radius: 15px;
19-
background-color: rgb(255, 255, 255);
20-
box-shadow: 0 0 10px rgba(128, 128, 128, 0.608);
19+
background-color: #ffffff;
20+
box-shadow: 0 0 10px #8080809b;
2121
}
2222

2323
.number-box{
@@ -27,9 +27,9 @@ body{
2727
border-radius: 15px;
2828
margin: 20px auto;
2929
border: none;
30-
box-shadow: 0 0 7px rgba(128, 128, 128, 0.608);
30+
box-shadow: 0 0 7px #8080809b;
3131
pointer-events: none;
32-
font-size: 3rem;
32+
font-size: 48px;
3333
text-align: right;
3434
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
3535
font-weight: bold;
@@ -51,9 +51,9 @@ body{
5151
border: none;
5252
border-radius: 10px;
5353
background-color: #cbe2f1a5;
54-
box-shadow: 0 0 2px rgba(128, 128, 128, 0.608);
54+
box-shadow: 0 0 2px #8080809b;
5555
cursor: pointer;
56-
font-size: 1.5rem;
56+
font-size: 24px;
5757
transition: 0.25s;
5858
font-weight: bold;
5959
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

0 commit comments

Comments
 (0)