mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 14:52:24 +09:00
Notify user if a module appears to be installed in an incorrect path (e.g. xe-modulename-master)
This commit is contained in:
parent
2ba01e521a
commit
00d17ec8fc
5 changed files with 32 additions and 4 deletions
|
|
@ -93,6 +93,14 @@ body>.x,
|
|||
color: #666;
|
||||
text-rendering: auto;
|
||||
}
|
||||
.message h2,
|
||||
.message h3 {
|
||||
color: #346535;
|
||||
}
|
||||
.message.error h2,
|
||||
.message.error h3 {
|
||||
color: #943a38;
|
||||
}
|
||||
.x h1 {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue