From f1fbeb2cd713e78cd337760dd65fee27adcc523e Mon Sep 17 00:00:00 2001 From: ION606 Date: Sat, 7 Jun 2025 20:30:00 +0000 Subject: [PATCH] changed background link --- ion-theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ion-theme.css b/ion-theme.css index 7355732..4b6365c 100644 --- a/ion-theme.css +++ b/ion-theme.css @@ -48,7 +48,7 @@ --background-shading: 100%; /* app background shading (0 for complete smoothness) [default: 100%] */ --background-overlay: rgba(0, 0, 0, 0.6); /* app background overlay color/gradient [default: rgba(0, 0, 0, 0.6)] */ /* --background-image: url(https://clearvision.github.io/images/sapphire.jpg); app background image (link must be HTTPS) [default: url(https://clearvision.github.io/images/sapphire.jpg)] */ - --background-image: url(https://images8.alphacoders.com/113/1139547.png); /* app background image (link must be HTTPS) [default: url(https://clearvision.github.io/images/sapphire.jpg)]*/ + --background-image: url(https://raw.githubusercontent.com/ION606/config-backup/refs/heads/main/vesktop-bk.png); /* app background image (link must be HTTPS) [default: url(https://clearvision.github.io/images/sapphire.jpg)]*/ --background-position: center; /* app background position [default: center] */ --background-size: cover; /* app background size [default: cover] */ --background-repeat: no-repeat; /* app background repeat [default: no-repeat] */