Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
oopshnik authored Aug 6, 2024
1 parent 2a8b738 commit 4a047f0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ body, html {
margin: 0;
padding: 0;
font-family: 'Cascadia Code', sans-serif; /* Modern monospaced font */
background: linear-gradient(135deg, #1e1e2e 0%, #252538 100%); /* Gradient background */
background: linear-gradient(135deg, rgba(30, 30, 46, 0.8) 0%, rgba(37, 37, 56, 0.8) 100%),
url('background.jpg') no-repeat center center fixed; /* Gradient over background image */
background-size: cover; /* Cover the entire page */
color: #ffffff; /* White text color */
display: flex;
justify-content: center;
Expand Down Expand Up @@ -79,9 +81,9 @@ body, html {
display: none;
color: #ffffff; /* Set text color to white */
font-family: 'Cascadia Code', sans-serif; /* Matching font family */
font-size: 16px; /* Smaller font size */
font-size: 1rem; /* Smaller font size */
margin-top: 10px;
/*background-color: rgba(0, 0, 0, 0.7); /* Dark semi-transparent background */
background-color: rgba(0, 0, 0, 0.0); /* Dark semi-transparent background */
padding: 8px 12px; /* Smaller padding */
border-radius: 8px; /* Rounded corners */
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); /* Soft shadow */
Expand Down

0 comments on commit 4a047f0

Please sign in to comment.