fix
This commit is contained in:
parent
22cb11170a
commit
3a4fa6c0fe
|
|
@ -106,7 +106,7 @@
|
||||||
.rss-link { color: var(--muted); display: inline-flex; align-items: center; transition: color 0.15s; }
|
.rss-link { color: var(--muted); display: inline-flex; align-items: center; transition: color 0.15s; }
|
||||||
.rss-link:hover { color: #f59e0b; }
|
.rss-link:hover { color: #f59e0b; }
|
||||||
.muted { color: var(--muted); font-size: 0.875rem; }
|
.muted { color: var(--muted); font-size: 0.875rem; }
|
||||||
.overall { padding: 1.25rem 1.5rem; border-radius: 12px; color: var(--overall-fg); font-weight: 600; font-size: 1.05rem; margin: 1.5rem 0 2rem; display: flex; align-items: center; gap: 0.75rem; }
|
.overall { padding: 1rem 1.25rem; border-radius: 10px; color: var(--overall-fg); font-weight: 600; font-size: 1rem; margin: 1.5rem 0 2rem; display: flex; align-items: center; gap: 0.75rem; }
|
||||||
.overall .dot { width: 12px; height: 12px; border-radius: 50%; background: var(--overall-fg); opacity: 0.9; }
|
.overall .dot { width: 12px; height: 12px; border-radius: 50%; background: var(--overall-fg); opacity: 0.9; }
|
||||||
.group-title { font-size: 0.85rem; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em; margin: 2rem 0 0.75rem; }
|
.group-title { font-size: 0.85rem; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em; margin: 2rem 0 0.75rem; }
|
||||||
.monitors { display: flex; flex-direction: column; gap: 0.5rem; }
|
.monitors { display: flex; flex-direction: column; gap: 0.5rem; }
|
||||||
|
|
@ -184,8 +184,10 @@
|
||||||
<div class="title-row">
|
<div class="title-row">
|
||||||
<h1><%= page.title %></h1>
|
<h1><%= page.title %></h1>
|
||||||
<a class="rss-link" href="/<%= page.slug %>.rss" title="Subscribe via RSS" aria-label="Subscribe via RSS">
|
<a class="rss-link" href="/<%= page.slug %>.rss" title="Subscribe via RSS" aria-label="Subscribe via RSS">
|
||||||
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
|
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
|
||||||
<path d="M6.18 17.82a2.18 2.18 0 1 1-4.36 0 2.18 2.18 0 0 1 4.36 0zM4 4.44v3.43c7.78 0 14.13 6.35 14.13 14.13h3.43C21.56 12.4 13.6 4.44 4 4.44zM4 10.96v3.43a7.52 7.52 0 0 1 7.55 7.61h3.43A10.94 10.94 0 0 0 4 10.96z"/>
|
<path d="M4 11a9 9 0 0 1 9 9"/>
|
||||||
|
<path d="M4 4a16 16 0 0 1 16 16"/>
|
||||||
|
<circle cx="5" cy="19" r="1" fill="currentColor" stroke="none"/>
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue