Added irc button to feedback tab

This commit is contained in:
MrFry 2020-03-19 17:57:58 +01:00
parent 4bc9db035b
commit cf1c99b97f
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,10 @@
.ircLink {
background-color: #9999ff;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}