From 4a047f06c2806c06467354dc6c310e286a23040c Mon Sep 17 00:00:00 2001 From: oopshnik <131187758+oopshnik@users.noreply.github.com> Date: Tue, 6 Aug 2024 13:21:00 +0500 Subject: [PATCH] Update styles.css --- styles.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/styles.css b/styles.css index 9d024b5..e981838 100644 --- a/styles.css +++ b/styles.css @@ -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; @@ -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 */