Default font sizes are all too small for me, so I made this with some help. just edit line: "font-size: 18px" and change the number to whatever works for you.
Kick.com Live Stream Chat Font Enlarger by diabeto
Details
Authordiabeto
LicenseNo License
Categorykick.com
Created
Updated
Size362 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Kick Live Stream Chat Font Size Enlarger
@namespace kick.com
@version 1.0.0
@description Kick Live Stream Chat Font Size Enlarger
@author diabeto
==/UserStyle== */
@-moz-document domain("kick.com") {
.chat-entry-username,
.chat-entry-content {
font-size: 18px !important;
}
}