chore(agent): move last inline style from stats.html into agent.css
This commit is contained in:
parent
e350e20145
commit
f1103b1dbf
2 changed files with 2 additions and 1 deletions
|
|
@ -956,6 +956,7 @@ pre.diff {
|
|||
align-items: baseline;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.stats-nav h2 { margin: 0; }
|
||||
.stats-nav a { color: var(--cyan); text-decoration: none; }
|
||||
.stats-nav a:hover { text-decoration: underline; }
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
<div class="stats-nav">
|
||||
<a id="back-link" href="./">← live</a>
|
||||
<a id="dashboard-link" href="#">dashboard</a>
|
||||
<h2 id="title" style="margin: 0;">◆ … ◆</h2>
|
||||
<h2 id="title">◆ … ◆</h2>
|
||||
</div>
|
||||
|
||||
<div class="window-tabs" id="window-tabs">
|
||||
|
|
|
|||
Loading…
Reference in a new issue