no flashbang

This commit is contained in:
Ash Keel 2023-02-06 14:39:44 +01:00
parent b80e60eef3
commit 6093a829c4
No known key found for this signature in database
GPG Key ID: BAD8D93E7314ED3E
4 changed files with 12 additions and 6 deletions

View File

@ -24,7 +24,8 @@
<a
href="https://github.com/strimertul/kilovolt/blob/main/PROTOCOL.md"
>documented protocol</a
>, but we also maintain bindings for popular languages such as
>, but there are also officially supported bindings for popular
languages such as
<a href="https://github.com/strimertul/kilovolt-client-ts"
>Typescript</a
>,
@ -52,8 +53,8 @@
<div>
<header>No Twitch Affiliate?</header>
<p>
Our loyalty system lets regular viewers accrue points, claim
rewards and contribute towards community goals.
The built-in loyalty system lets regular viewers accrue points,
claim rewards and contribute towards community goals.
</p>
</div>
</div>
@ -65,8 +66,8 @@
<div class="flex-copy">
<header>Keep total control of your tech</header>
<p>
Unlike popular alternatives, strimertül runs completely in your
computer and has no remote components.
Strimertül runs completely in your computer and has no remote
components.
</p>
</div>
{{ $image := resources.Get "landing/downloads.png" }}

View File

@ -1,4 +1,4 @@
@import "normalize.css";
@import "normalize.scss";
@import url("https://rsms.me/inter/inter.css");
@import "_vars.scss";

View File

@ -7,5 +7,10 @@
{{ $style := resources.Get "scss/main.scss" | resources.ToCSS (dict
"targetPath" "css/main.css" "enableSourceMap" true ) | minify |
resources.Fingerprint }}
<style>
body {
background-color: hsl(0, 0%, 8.5%);
}
</style>
<link rel="stylesheet" href="{{ $style.RelPermalink }}" />
</head>