1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 03:57:50 +03:00
This commit is contained in:
Anton Afanasyeu
2026-05-26 16:44:12 +02:00
parent b71d2bf3f0
commit 1e79c9a35f
3 changed files with 32 additions and 10 deletions

View File

@@ -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 {