Sha256: 0bf5a22b5d2f176482a845754868907259c98173dfe99653372a25b7328174a0
Contents?: true
Size: 409 Bytes
Versions: 22
Compression:
Stored size: 409 Bytes
Contents
<%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <script> const color = "<%= BulletTrain::Themes::Light.color %>" const secondaryColor = "<%= BulletTrain::Themes::Light.secondary_color %>" if (color) document.documentElement.classList.add(`theme-${color}`) if (secondaryColor) document.documentElement.classList.add(`theme-secondary-${secondaryColor}`) </script>
Version data entries
22 entries across 22 versions & 1 rubygems