mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-23 03:37:53 +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;
|
font-size: 24px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #333;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.debug-icon, .warning-icon {
|
.debug-icon, .warning-icon {
|
||||||
|
@ -733,7 +733,7 @@ if (q.includes('-showall')) {
|
||||||
|
|
||||||
.debug-intro, .warning-intro, .warning-tips, .warning-info {
|
.debug-intro, .warning-intro, .warning-tips, .warning-info {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #555;
|
color: #fff;
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue