글자색 변경

This commit is contained in:
2025-12-18 19:08:00 +00:00
parent e855f06e0e
commit a8b8237148

View File

@@ -329,7 +329,7 @@ const char graph_html[] PROGMEM = R"rawliteral(
<div class="upload-area" onclick="document.getElementById('dbc-file').click()"> <div class="upload-area" onclick="document.getElementById('dbc-file').click()">
<input type="file" id="dbc-file" accept=".dbc" onchange="loadDBCFile(event)"> <input type="file" id="dbc-file" accept=".dbc" onchange="loadDBCFile(event)">
<p style="font-size: 1.1em; margin-bottom: 8px;">Click to upload DBC</p> <p style="font-size: 1.1em; margin-bottom: 8px;">Click to upload DBC</p>
<p style="color: white; font-size: 0.85em;" id="dbc-status">No file loaded</p> <p style="color: black; font-size: 0.85em;" id="dbc-status">No file loaded</p>
</div> </div>
</div> </div>