From 14ac0f83d750038cc3e77259c8f657b8511fe0b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88?= Date: Tue, 22 Jul 2025 16:35:11 -0400 Subject: [PATCH] feat: adding link to sery_bot add instructions --- .../twitch-bot-faq.component.html | 2 +- src/src/styles.scss | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/src/src/app/view/twitch/twitch-bot-faq/twitch-bot-faq.component.html b/src/src/app/view/twitch/twitch-bot-faq/twitch-bot-faq.component.html index 0fec2b3..cea5eba 100644 --- a/src/src/app/view/twitch/twitch-bot-faq/twitch-bot-faq.component.html +++ b/src/src/app/view/twitch/twitch-bot-faq/twitch-bot-faq.component.html @@ -50,6 +50,6 @@ So this is the only bot I need? No. nullinside is meant to help moderate your channel. Its always a good idea to use a variety of tools to keep yourself and your community safe. Twitch has a variety of moderation tools built-in that you should explore and configure. In addition, there are other bots available - that can also help secure your channel, such as Sery_Bot. + that can also help secure your channel, such as Sery_Bot. diff --git a/src/src/styles.scss b/src/src/styles.scss index d4ca81a..ad0485a 100644 --- a/src/src/styles.scss +++ b/src/src/styles.scss @@ -80,6 +80,23 @@ html, body { font-family: Roboto, sans-serif; } +a:link { + color: $font-color; + font-weight: bolder; +} + +a:visited { + color: #A5A18DFF; +} + +a:hover { + color: #EAE5C8FF; +} + +a:active { + color: $font-color; +} + h1 { font-weight: bold !important; border-bottom: 1px solid $font-color;