Fix info message colour
This commit is contained in:
parent
53375d50fb
commit
d5362522ed
1 changed files with 3 additions and 0 deletions
|
@ -388,6 +388,9 @@
|
|||
.ui.error.message .header {
|
||||
color: #ecd1d1;
|
||||
}
|
||||
.ui.info.message {
|
||||
color: #c6e3e9;
|
||||
}
|
||||
|
||||
/**
|
||||
* Modal
|
||||
|
|
Loading…
Reference in a new issue