글자색 변경
This commit is contained in:
2
graph.h
2
graph.h
@@ -329,7 +329,7 @@ const char graph_html[] PROGMEM = R"rawliteral(
|
||||
<div class="upload-area" onclick="document.getElementById('dbc-file').click()">
|
||||
<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="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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user