Skip to content

Commit

Permalink
Update cal.css
Browse files Browse the repository at this point in the history
  • Loading branch information
harshitgupta0910 authored Oct 21, 2024
1 parent e7a1305 commit 9677122
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cal.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ body {
button {
font-size: 20px;
padding: 10px;
background-color: #e80078;
background-color: #e80088;
border: 1px solid #0a0c0c;
border-radius: 5px;
cursor: pointer;
Expand Down Expand Up @@ -62,7 +62,7 @@ body {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: rgba(255, 255, 255, 0.8); /* Background color for the calculator */
background-color: rgba(256, 255, 255, 0.8); /* Background color for the calculator */
padding: 20px;
border-radius: 10px;
text-align: center;
Expand All @@ -87,4 +87,4 @@ body {
.author {
font-size: 24px;
color: #00259e; /* Text color for the author information (white) */
}
}

0 comments on commit 9677122

Please sign in to comment.