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;