1
0
Fork 0

Change logo

This commit is contained in:
Levi 2023-12-16 18:14:37 +01:00
parent 9efe392925
commit 6212f8ba0e

View file

@ -288,4 +288,10 @@ progress {
backdrop-filter: blur(20px) saturate(150%) brightness(75%); backdrop-filter: blur(20px) saturate(150%) brightness(75%);
background: rgba(0,0,0,.2); background: rgba(0,0,0,.2);
box-shadow: 0px 0px 30px rgba(0,0,0,.7) !important; box-shadow: 0px 0px 30px rgba(0,0,0,.7) !important;
}
/* Change top-left logo */
.pageTitleWithDefaultLogo {
background-image: url(https://watch.levi.land/web/assets/img/icon-transparent.png) !important;
} }