mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-09-18 18:19:50 +02:00
fix(example plugin): text color in dark mode
This commit is contained in:
@@ -21,12 +21,12 @@
|
|||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
.sent-message {
|
.sent-message {
|
||||||
background-color: #d4edda;
|
background-color: var(--theme_bg_primary);
|
||||||
border-left: 5px solid #155724;
|
border-left: 5px solid #155724;
|
||||||
animation: fadeIn 0.5s;
|
animation: fadeIn 0.5s;
|
||||||
}
|
}
|
||||||
.received-message {
|
.received-message {
|
||||||
background-color: #cce5ff;
|
background-color: var(--theme_bg_secondary);
|
||||||
border-left: 5px solid #004085;
|
border-left: 5px solid #004085;
|
||||||
animation: fadeIn 0.5s;
|
animation: fadeIn 0.5s;
|
||||||
}
|
}
|
||||||
|
@@ -21,12 +21,12 @@
|
|||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
.sent-message {
|
.sent-message {
|
||||||
background-color: #d4edda;
|
background-color: var(--theme_bg_primary);
|
||||||
border-left: 5px solid #155724;
|
border-left: 5px solid #155724;
|
||||||
animation: fadeIn 0.5s;
|
animation: fadeIn 0.5s;
|
||||||
}
|
}
|
||||||
.received-message {
|
.received-message {
|
||||||
background-color: #cce5ff;
|
background-color: var(--theme_bg_secondary);
|
||||||
border-left: 5px solid #004085;
|
border-left: 5px solid #004085;
|
||||||
animation: fadeIn 0.5s;
|
animation: fadeIn 0.5s;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user