mirror of
git://f0xx.org/android_cast
synced 2026-07-29 07:58:10 +03:00
1
This commit is contained in:
@@ -8,19 +8,19 @@
|
||||
isolation: isolate;
|
||||
}
|
||||
|
||||
/* 97% transparent watermark */
|
||||
/* Debug watermark visibility */
|
||||
.hub-page::before {
|
||||
content: "";
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
z-index: 0;
|
||||
pointer-events: none;
|
||||
background: url("assets/hub-logo.svg") center center / min(92vmin, 960px) no-repeat;
|
||||
opacity: 0.03;
|
||||
background: url("assets/hub-logo.svg") center center / cover no-repeat;
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
[data-theme="light"] .hub-page::before {
|
||||
opacity: 0.035;
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
.hub-shell {
|
||||
|
||||
Reference in New Issue
Block a user