Skip to content

Commit 2a3ba2e

Browse files
Merge pull request #109 from nullinside-development-group/docs
feat: adding link to sery_bot add instructions
2 parents 7c8ab62 + 14ac0f8 commit 2a3ba2e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

src/src/app/view/twitch/twitch-bot-faq/twitch-bot-faq.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
<b>So this is the only bot I need?</b> No. nullinside is meant to <b>help</b> moderate your channel. Its always a
5151
good idea to use a variety of tools to keep yourself and your community safe. Twitch has a variety of
5252
moderation tools built-in that you should explore and configure. In addition, there are other bots available
53-
that can also help secure your channel, such as Sery_Bot.
53+
that can also help secure your channel, such as <a href="https://docs.sery.bot/how-to-add">Sery_Bot</a>.
5454
</div>
5555
</div>

src/src/styles.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,23 @@ html, body {
8080
font-family: Roboto, sans-serif;
8181
}
8282

83+
a:link {
84+
color: $font-color;
85+
font-weight: bolder;
86+
}
87+
88+
a:visited {
89+
color: #A5A18DFF;
90+
}
91+
92+
a:hover {
93+
color: #EAE5C8FF;
94+
}
95+
96+
a:active {
97+
color: $font-color;
98+
}
99+
83100
h1 {
84101
font-weight: bold !important;
85102
border-bottom: 1px solid $font-color;

0 commit comments

Comments
 (0)