Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
starg3n authored Nov 18, 2024
1 parent 39005e8 commit 484e8c3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions data/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*☆ this is so cleannnnnn ☆*/
body {
margin: 25px;
background-color: #11111b;
background-color: #033F63;
font-family: Verdana, sans-serif;
font-size: 14px;
}
Expand All @@ -10,46 +10,46 @@ h1 {
font-size: 35px;
font-weight: normal;
margin-top: 5px;
color: #cdd6f4;
color: #7C9885;
text-align: center;
}

p {
font-size: 20px;
font-weight: normal;
margin-top: 5px;
color: #cdd6f4;
color: #7C9885;
text-align: center;
}

b {
font-size: 20px;
font-weight: normal;
margin-top: 5px;
color: #cdd6f4;
color: #7C9885;
text-align: center;
}

a {
font-size: 20px;
font-weight: normal;
margin-top: 5px;
color: #89b4fa;
color: #B5B682;
text-align: center;
}

button {
background-color: #585b70;
border-radius: 12px;
border: none;
color: #89b4fa;
color: #7C9885;
padding: 10px 28px;
font-size: 20px;
text-align: center;
}

button:hover {
box-shadow: 0 12px 16px 0 rgb(30, 30, 46), 0 17px 50px 0 rgb(30, 30, 46); /* this was copy and pasted from another site */
box-shadow: 0 12px 16px 0 rgb(40,102,110), 0 17px 50px 0 rgb(40,102,110); /* this was copy and pasted from another site */
transform: scale(1.2)
}

Expand Down

0 comments on commit 484e8c3

Please sign in to comment.