rebrand: capture.html — Dragonflight title + sidebar + hue-32
This commit is contained in:
parent
c752227e20
commit
4572c88f58
1 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
<title>Capture — Z-AMPP</title>
|
||||
<title>Capture — Dragonflight</title>
|
||||
<link rel="stylesheet" href="css/common.css">
|
||||
<style>
|
||||
.capture-layout {
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
font-variant-numeric: tabular-nums;
|
||||
letter-spacing: 0.05em;
|
||||
color: var(--accent);
|
||||
text-shadow: 0 0 18px oklch(55% 0.20 266 / 0.30);
|
||||
text-shadow: 0 0 18px oklch(55% 0.20 32 / 0.30);
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
|
|
@ -180,8 +180,8 @@
|
|||
<div class="shell">
|
||||
<nav class="sidebar" aria-label="Main navigation">
|
||||
<div class="sidebar-brand">
|
||||
<img src="img/dragon-logo.png?v=1" alt="Wild Dragon" class="sidebar-logo">
|
||||
<span class="sidebar-brand-name">Z-AMPP</span>
|
||||
<img src="img/dragon-logo.png?v=1" alt="Dragonflight" class="sidebar-logo">
|
||||
<span class="sidebar-brand-name">Dragonflight</span>
|
||||
</div>
|
||||
<nav class="sidebar-nav">
|
||||
<a href="home.html" class="nav-item">
|
||||
|
|
|
|||
Loading…
Reference in a new issue