add ambient mode 3.0 to universe 2

This commit is contained in:
Ashley 2023-03-12 13:05:08 +00:00
parent c4039f1045
commit a1c657d50a

View file

@ -404,6 +404,32 @@ text-shadow: 1px 1px #000,1px 1px 0.1px #000;!important;
filter: drop-shadow(0 0 0.75rem #df00ff);
transition-duration: 150ms;
}
nav {
z-index: 1;
position: sticky;
background:#0A0608
}
<% if (lightOrDark(color) == "light") { %>
.player.video-ambient-container {
box-shadow: 0 -8px 5.9em <%=color%>;
}
<% } %>
<% if (lightOrDark(color) == "dark") { %>
.player.video-ambient-container {
box-shadow: 0 -8px 5.9em <%=color2%>;
}
<% } %>
<% if (a) { %>
.player.video-ambient-container {
box-shadow: 0 0 0em <%=color%>;
}
<% } %>
</style>