Corrected error in file path to templates
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
body {
|
||||
background-color: transparent;
|
||||
color: #FFFFFF;
|
||||
font-family: 'Inter', sans-serif;
|
||||
font-size: 16px;
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
|
||||
overflow: hidden;
|
||||
}
|
||||
.chat-message {
|
||||
padding: 6px 10px;
|
||||
background-color: rgba(10, 10, 10, 0.5);
|
||||
border-left: 3px solid #1ED760; /* Bright Green Accent */
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.username {
|
||||
font-weight: 800;
|
||||
color: #1ED760; /* Bright Green */
|
||||
}
|
||||
Reference in New Issue
Block a user