From 7bc3c5d88749894b879a91710ca5471ecbb8d4f9 Mon Sep 17 00:00:00 2001 From: Xander Bazzi Date: Fri, 19 Jul 2024 21:06:32 -0600 Subject: [PATCH] fix: Fix typos and increase content box alpha. --- assets/style/style.css | 5 +++-- index.html | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/assets/style/style.css b/assets/style/style.css index d2386db..62fbd54 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -5,7 +5,7 @@ } :root { - --background: rgba(150, 150, 150, 0.95); + --background: rgba(150, 150, 150, 0.8); --main-color:#bf00ff; --main-color-dk:#441261; --accent-1: #8d0081; @@ -66,6 +66,7 @@ ul { height:150px; padding-bottom:var(--content-spacing); margin-bottom:var(--content-spacing); + margin-top:var(--content-spacing); /* border:var(--border); */ } @@ -103,6 +104,7 @@ p.blog { /* Revised Pseudo-element Styles */ body::before { + background-color: rgba(0, 0, 0, 0.25); position: fixed; top: 0; left: 0; @@ -110,7 +112,6 @@ body::before { bottom: 0; content: ''; background-image: var(--background-img); - background-color: black; background-size: 100% 100%; /* Ensure the image covers the entire element */ background-repeat: no-repeat; /* Prevent the image from repeating */ opacity: 0.9; /* Adjust the transparency */ diff --git a/index.html b/index.html index 6d2f8d3..b2bf370 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@
whoami

- Software engineer, especializing in algorithms and physics-based models. Passionate about theoretical computer science and low-level programming. + Software engineer, specializing in algorithms and physics-based models. Passionate about theoretical computer science and low-level programming. As you can see, I am not a web developer.