diff --git a/src/Generator.tsx b/src/Generator.tsx index 40057e6..1460fa8 100644 --- a/src/Generator.tsx +++ b/src/Generator.tsx @@ -47,6 +47,12 @@ export default function Generator() {

TS5-OBS-Overlay Generator

by DerTyp7

+
+

1. Customize your settings

+

2. Copy the generated URL

+

3. Paste the URL into the BrowserSource URL field in OBS

+ Click here for detailed instructions +

{outputUrl} diff --git a/src/styles/Generator.scss b/src/styles/Generator.scss index c4b8859..f704ad0 100644 --- a/src/styles/Generator.scss +++ b/src/styles/Generator.scss @@ -30,6 +30,34 @@ $breakpoint-3: 600px; letter-spacing: 1.8px; } + .instructions { + border-bottom: 2px solid #75797773; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + gap: 10px 50px; + flex-wrap: wrap; + padding-bottom: 10px; + p, + a { + font-size: 0.8rem; + } + p { + color: #b4b4b4; + } + + a { + color: #3abe78; + font-weight: bold; + text-decoration: none; + transition: all 100ms ease-in-out; + + &:hover { + color: #31f399; + } + } + } .output { display: flex; flex-direction: row;