From acaefa8a50c88d1b8a22e9d518bbd321d9f6bd12 Mon Sep 17 00:00:00 2001 From: aaron Date: Sat, 18 Jun 2022 22:24:40 +0000 Subject: [PATCH] remove pulling images from tromdienste.de - server I will add the 2 bg-patterns, so that this theme doesn't need to pull them from the server tromdienste.de --- blue white.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/blue white.css b/blue white.css index 0b8ed2b..ba46213 100644 --- a/blue white.css +++ b/blue white.css @@ -354,9 +354,6 @@ text-align: center; margin-bottom: -80px; } -.login-content::after {content: url("https://tromdienste.de/wp-content/uploads/2021/10/tromdienste-schriftzug-dark-small.png"); transform: scale(.6); display:block;width:100%;margin: 0 auto;} - - .mod-home.is-not-singleuser .login-form::before, .mod-login #content #login-form::before {background-color: rgba(0, 0, 0, 0); height: 107% !important; width: 100% !important; @@ -1011,7 +1008,7 @@ border-radius: 20px; } body { - background: url('https://tromdienste.de/wp-content/uploads/2021/10/tromdienste-bg-pattern-light.png') !important; + background: url('images/bg-pattern-light.png') !important; background-repeat: repeat !important; background-size: fixed !important; background-attachment: fixed !important;