rebrand: settings.html — Z-AMPP → Dragonflight
This commit is contained in:
parent
29360e38e8
commit
d4e5af459e
1 changed files with 6 additions and 6 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>Settings — Z-AMPP</title>
|
||||
<title>Settings — Dragonflight</title>
|
||||
<link rel="stylesheet" href="/dist/app.css">
|
||||
<style>
|
||||
body { margin: 0; }
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
}
|
||||
|
||||
.settings-section-icon.s3 { background: oklch(20% 0.08 195 / 0.5); color: oklch(68% 0.18 195); }
|
||||
.settings-section-icon.gpu { background: oklch(20% 0.08 266 / 0.5); color: oklch(70% 0.18 266); }
|
||||
.settings-section-icon.gpu { background: oklch(20% 0.08 32 / 0.5); color: oklch(68% 0.18 32); }
|
||||
.settings-section-icon.sdi { background: oklch(20% 0.08 25 / 0.5); color: oklch(72% 0.18 40); }
|
||||
.settings-section-icon.ampp { background: oklch(20% 0.08 148 / 0.5); color: oklch(68% 0.18 148); }
|
||||
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
.hw-table th:first-child { padding-left: 0; }
|
||||
|
||||
.hw-table tbody tr {
|
||||
border-bottom: 1px solid oklch(28% 0.04 260 / 0.3);
|
||||
border-bottom: 1px solid oklch(28% 0.04 32 / 0.3);
|
||||
}
|
||||
|
||||
.hw-table tbody tr:last-child { border-bottom: none; }
|
||||
|
|
@ -126,7 +126,7 @@
|
|||
font-family: var(--font-mono);
|
||||
}
|
||||
|
||||
.hw-cap-badge.gpu { background: oklch(20% 0.08 266 / 0.4); color: oklch(70% 0.18 266); border: 1px solid oklch(45% 0.20 266 / 0.3); }
|
||||
.hw-cap-badge.gpu { background: oklch(20% 0.08 32 / 0.4); color: oklch(68% 0.18 32); border: 1px solid oklch(62% 0.22 32 / 0.3); }
|
||||
.hw-cap-badge.bmd { background: oklch(20% 0.08 25 / 0.4); color: oklch(72% 0.18 40); border: 1px solid oklch(62% 0.22 25 / 0.3); }
|
||||
.hw-cap-badge.none { background: var(--bg-surface); color: var(--text-tertiary); border: 1px solid var(--border); }
|
||||
|
||||
|
|
@ -182,8 +182,8 @@
|
|||
<div class="wd-shell" style="display:flex;min-height:100vh;">
|
||||
<nav class="wd-sidebar" aria-label="Main navigation">
|
||||
<div class="wd-sidebar-header">
|
||||
<img src="img/dragon-logo.png?v=1" alt="Wild Dragon" style="width:18px;height:18px;">
|
||||
<span class="wd-sidebar-brand">Z-AMPP</span>
|
||||
<img src="img/dragon-logo.png?v=1" alt="Dragonflight" style="width:18px;height:18px;">
|
||||
<span class="wd-sidebar-brand">Dragonflight</span>
|
||||
</div>
|
||||
<div class="wd-sidebar-nav">
|
||||
<a href="home.html" class="wd-nav-item">
|
||||
|
|
|
|||
Loading…
Reference in a new issue