<section id="d-splash">
<style>
html {
overflow-y: hidden !important;
}
/* user picked a theme where the "regular" scheme is dark */
<%- if dark_color_scheme? %>
html {
background-color: #<%= light_color_hex_for_name("secondary") %>;
}
#d-splash {
--dot-color: #<%= light_color_hex_for_name("tertiary") %>;
}
<%- elsif forced_light_mode? %>
html {
background-color: #<%= light_color_hex_for_name("secondary") %>;
}
This file has been truncated. show original