mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 22:17:58 +01:00
a
This commit is contained in:
parent
92b398809f
commit
fb8b797891
1 changed files with 2 additions and 2 deletions
|
@ -724,7 +724,7 @@ if (q.includes('-showall')) {
|
|||
font-size: 24px;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.debug-icon, .warning-icon {
|
||||
|
@ -733,7 +733,7 @@ if (q.includes('-showall')) {
|
|||
|
||||
.debug-intro, .warning-intro, .warning-tips, .warning-info {
|
||||
font-size: 16px;
|
||||
color: #555;
|
||||
color: #fff;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue