1
Fork 0
This commit is contained in:
ashley 2024-08-02 10:43:40 +00:00
parent 92b398809f
commit fb8b797891

View file

@ -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;
} }