diff options
Diffstat (limited to '')
| -rw-r--r-- | ufund-ui/src/app/components/login/login.component.css | 8 | 
1 files changed, 6 insertions, 2 deletions
diff --git a/ufund-ui/src/app/components/login/login.component.css b/ufund-ui/src/app/components/login/login.component.css index 4bfcbb8..b56b4eb 100644 --- a/ufund-ui/src/app/components/login/login.component.css +++ b/ufund-ui/src/app/components/login/login.component.css @@ -3,7 +3,11 @@      align-items: center;      justify-content: center;      height: 100%; -    background-image: url("https://www.fineshare.com/background/jellyfish-under-fluorescent-illumination.jpg"); +    /*background-image: url("https://www.fineshare.com/background/jellyfish-under-fluorescent-illumination.jpg");*/ +    background: rgba(0, 0, 0, .65) url("https://4kwallpapers.com/images/wallpapers/blue-jellyfish-aquarium-underwater-glowing-marine-life-1920x1080-3546.jpg"); +    background-blend-mode: darken; +    margin-top: -66px +  }  #box { @@ -18,7 +22,7 @@      border-radius: 5px;      border-style: solid;      border-width: 1px; -    border-color: white; +    border-color: rgb(140, 140, 255);  }  .border {  | 
