From 2e999a89a4176eeb7f4ba5110780187446700ed6 Mon Sep 17 00:00:00 2001 From: MattTheTekie Date: Fri, 27 Mar 2026 08:12:09 -0400 Subject: [PATCH] chore: fixes --- css/global.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/css/global.css b/css/global.css index 353ba8a..1d16ee3 100644 --- a/css/global.css +++ b/css/global.css @@ -155,14 +155,14 @@ cursor: pointer; /* Defaults */ body { - background: url("http://www.veltron.net/images/wallpaper.png") no-repeat center center fixed; + background: url("https://www.veltron.net/images/wallpaper.png") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-color: #698aff; font-family: "Roboto", arial, serif; - cursor: url("http://www.veltron.net/images/cursor.png"), auto; + cursor: url("https://www.veltron.net/images/cursor.png"), auto; font-size: 14px; height: 100vh; } @@ -230,7 +230,7 @@ height: 14px; /* Header */ #header { -background: url("http://www.veltron.net/images/dots.png"), +background: url("https://www.veltron.net/images/dots.png"), linear-gradient(to bottom, #ff8080 0%, #da3636 40%, #e04343 100%); border: 1px solid #6f2020; border-top-right-radius: 60px; @@ -247,7 +247,7 @@ padding: 5px 20px 0px 23px; /* Left Aside */ #leftSiteContent { -background: url("http://www.veltron.net/images/dots.png"), +background: url("https://www.veltron.net/images/dots.png"), linear-gradient(200deg, #f15a5a 60%, #eb4949 90%); border-left: 1px solid #6f2020; border-right: 1px solid #6f2020; @@ -390,7 +390,7 @@ width: 100%; } /* Right Aside */ #rightSiteContent { -background: url("http://www.veltron.net/images/dots.png"), +background: url("https://www.veltron.net/images/dots.png"), linear-gradient(135deg, #fd5d5d 60%, #ca4eab 100%); border-right: 1px solid #8d2727; border-left: 1px solid #8d2727; @@ -488,7 +488,7 @@ overflow: auto; } #bottomFooter { -background: url("http://www.veltron.net/images/dots.png"), +background: url("https://www.veltron.net/images/dots.png"), linear-gradient(to bottom, #ff8080 0%, #da3636 40%, #e04343 100%); border: 1px solid #8d2727; border-bottom-right-radius: 60px; @@ -631,7 +631,7 @@ margin: 0px 3px; } a:hover { text-decoration: underline; - cursor: url("http://www.veltron.net/images/cursor.cur"), auto; + cursor: url("https://www.veltron.net/images/cursor.cur"), auto; }