v57: remove font-size from stats to use default
This commit is contained in:
@@ -15,8 +15,8 @@ h2 { color: #ffffff; margin: 20px 0 10px; font-size: 14px; text-transform: upper
|
|||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
}
|
}
|
||||||
.stat-value { font-size: 32px; font-weight: bold; color: #ffffff; }
|
.stat-value { font-weight: bold; color: #ffffff; }
|
||||||
.stat-label { font-size: 12px; color: #ffffff; text-transform: uppercase; }
|
.stat-label { color: #888; text-transform: uppercase; }
|
||||||
.stat-row { display: flex; justify-content: space-between; padding: 5px 0; border-bottom: 1px solid #202020; color: #ffffff; }
|
.stat-row { display: flex; justify-content: space-between; padding: 5px 0; border-bottom: 1px solid #202020; color: #ffffff; }
|
||||||
.stat-row:last-child { border-bottom: none; }
|
.stat-row:last-child { border-bottom: none; }
|
||||||
.progress-bar {
|
.progress-bar {
|
||||||
|
|||||||
+1
-1
@@ -534,7 +534,7 @@ const dashboardHTML = `<!DOCTYPE html>
|
|||||||
<div id="output"></div>
|
<div id="output"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="color: #333; font-size: 11px; margin-top: 10px;">v56</div>
|
<div style="color: #333; font-size: 11px; margin-top: 10px;">v57</div>
|
||||||
|
|
||||||
<div class="updated" id="updatedAt">Last updated: {{.UpdatedAt.Format "2006-01-02 15:04:05"}}</div>
|
<div class="updated" id="updatedAt">Last updated: {{.UpdatedAt.Format "2006-01-02 15:04:05"}}</div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user