From 1e463f2fcc2dff49408df1d47e29a0a0d83d0c71 Mon Sep 17 00:00:00 2001 From: Tien Date: Mon, 11 Dec 2023 14:14:52 -0600 Subject: [PATCH] Changed background type for faster indexing time --- css/styling.css | 12 ++++-------- index.html | 14 +------------- 2 files changed, 5 insertions(+), 21 deletions(-) diff --git a/css/styling.css b/css/styling.css index 6702f95..3f6b54f 100644 --- a/css/styling.css +++ b/css/styling.css @@ -2,11 +2,7 @@ body { font-family: 'Chivo Mono', monospace; color: white; - background-image: url("../media/codeWallpaper.png"); - background-size: cover; - background-repeat: no-repeat; - background-position: center; - background-attachment: fixed; + background-color: #001427; } body, html { margin: 0; @@ -104,7 +100,7 @@ body, html { .custom-background{ border: 2px solid white; - background-color: #121212; + background-color: #001b33; height: auto; width: fit-content; padding: 15px; @@ -115,7 +111,7 @@ body, html { .custom-background-class{ border: 2px solid white; - backdrop-filter: blur(100px); + background-color: #001b33; height: auto; width: fit-content; padding: 15px; @@ -128,7 +124,7 @@ body, html { height: fit-content; } .custom-footer{ - background-color: #121212; + background-color: #001b33; } .custom-contact{ padding-top: 5%; diff --git a/index.html b/index.html index 7804025..850b329 100644 --- a/index.html +++ b/index.html @@ -223,19 +223,7 @@