Corrected error in file path to templates
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
body {
|
||||
background-color: transparent;
|
||||
color: #E0E0E0;
|
||||
font-family: 'Inter', sans-serif;
|
||||
font-size: 16px;
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
|
||||
overflow: hidden;
|
||||
}
|
||||
.chat-message {
|
||||
padding: 4px 8px;
|
||||
background-color: rgba(24, 24, 27, 0.6);
|
||||
border-radius: 4px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.username {
|
||||
font-weight: 800;
|
||||
color: #a970ff; /* Twitch Purple */
|
||||
}
|
||||
Reference in New Issue
Block a user