diff --git a/MiZheSi/template.html b/MiZheSi/template.html
index 027ef49..f661175 100644
--- a/MiZheSi/template.html
+++ b/MiZheSi/template.html
@@ -3,6 +3,11 @@
密折司奏报
+
+
+
+
+
@@ -82,17 +87,37 @@
resize: vertical;
}
- /* Role-specific colors */
.mizhesi-message-block[data-role="system"] .mizhesi-message-header {
- background-color: #5865f2; /* Discord Blurple */
+ background-color: #5865f2;
color: white;
}
.mizhesi-message-block[data-role="user"] .mizhesi-message-header {
- background-color: #57f287; /* Discord Green */
+ background-color: #57f287;
color: #060607;
}
.mizhesi-message-block[data-role="assistant"] .mizhesi-message-header {
- background-color: #f25757; /* Discord Red */
+ background-color: #f25757;
color: white;
}
+ .mizhesi-highlight {
+ background-color: rgb(235, 7, 185);
+ color: black;
+ }
+ .mizhesi-search-container {
+ display: flex;
+ margin-bottom: 10px;
+ }
+ .mizhesi-search-container input {
+ flex-grow: 1;
+ background-color: #202225;
+ border: 1px solid #555;
+ color: #ccc;
+ border-radius: 4px;
+ padding: 4px 8px;
+ margin-right: 5px;
+ }
+ .mizhesi-highlight-border {
+ border: 2px solid #ff00dd !important;
+ box-shadow: 0 0 10px #ff00c8;
+ }