forked from friendica/themes-community
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
This commit is contained in:
parent
7814ce8f08
commit
52438b267b
|
@ -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-dunkles-theme1.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;
|
||||
|
@ -1019,7 +1016,7 @@ border-radius: 20px;
|
|||
}
|
||||
|
||||
body {
|
||||
background: url('https://tromdienste.de/wp-content/uploads/2021/10/tromsite-bg-pattern.png') !important;
|
||||
background: url('/images/bg-pattern-dark.png') !important;
|
||||
background-repeat: repeat !important;
|
||||
background-size: fixed !important;
|
||||
background-attachment: fixed !important;
|
||||
|
|
Loading…
Reference in a new issue