mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-11-03 06:07:51 +00:00
Move hardcoded colors to theme
This commit is contained in:
@@ -63,13 +63,13 @@ export const chatStyles = css`
|
||||
|
||||
.message-data-name {
|
||||
user-select: none;
|
||||
color: #03a9f4;
|
||||
color: var(--qchat-name);
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.forwarded-text {
|
||||
user-select: none;
|
||||
color: #03a9f4;
|
||||
color: var(--accent-color);
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
@@ -81,7 +81,7 @@ export const chatStyles = css`
|
||||
}
|
||||
|
||||
.message-data-my-name {
|
||||
color: #05be0e;
|
||||
color: var(--qchat-my-name);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user