801 B
801 B
Beat Saber Overlay
Simple Beat Saber stream overlay for twitch.tv/iza_k
Requires BeatSaberPlus SongOverlay
Preview
Usage - OBS Studio
Add Source > Browser > URL: https://bs-overlay.netlify.app/
Configuration - Custom CSS
To change size, set root font size (default 10px)
:root { font-size: 15px; }
To right align
body { flex-direction: row-reverse; } .row { justify-content: flex-end; }
To change fade duration (default 300ms)
body { transition-duration: 500ms; }
To change font
body { font-family: "Comic Sans MS", cursive; }