mirror of
https://github.com/mue/mue.git
synced 2026-07-27 02:31:06 +02:00
fix: quote UI text colour
This commit is contained in:
@@ -148,6 +148,12 @@ table {
|
||||
color: t($color);
|
||||
}
|
||||
}
|
||||
.subtitle {
|
||||
@include themed() {
|
||||
color: t($subColor);
|
||||
font-size: 13px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.messageAction {
|
||||
float: right;
|
||||
|
||||
Reference in New Issue
Block a user