rebrand: Dragonflight — cluster.html brand names
This commit is contained in:
parent
32cf6bf63e
commit
c6aeedb5fc
1 changed files with 6 additions and 6 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||||
<title>Cluster — Z-AMPP</title>
|
<title>Cluster — Dragonflight</title>
|
||||||
<link rel="stylesheet" href="css/common.css">
|
<link rel="stylesheet" href="css/common.css">
|
||||||
<style>
|
<style>
|
||||||
.page-body {
|
.page-body {
|
||||||
|
|
@ -66,8 +66,8 @@
|
||||||
letter-spacing: .04em;
|
letter-spacing: .04em;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
.role-primary { background: oklch(22% 0.07 266 / 0.6); color: oklch(68% 0.18 266); border: 1px solid oklch(45% 0.14 266 / 0.5); }
|
.role-primary { background: oklch(22% 0.07 32 / 0.6); color: oklch(68% 0.18 32); border: 1px solid oklch(62% 0.22 32 / 0.5); }
|
||||||
.role-worker { background: oklch(18% 0.03 250 / 0.6); color: oklch(55% 0.06 250); border: 1px solid oklch(35% 0.05 250 / 0.5); }
|
.role-worker { background: oklch(18% 0.03 30 / 0.6); color: oklch(55% 0.06 30); border: 1px solid oklch(35% 0.05 30 / 0.5); }
|
||||||
|
|
||||||
.mem-bar-wrap {
|
.mem-bar-wrap {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
|
|
@ -80,7 +80,7 @@
|
||||||
.mem-bar {
|
.mem-bar {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background: oklch(55% 0.16 266);
|
background: oklch(62% 0.22 32);
|
||||||
transition: width 0.4s ease;
|
transition: width 0.4s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -135,8 +135,8 @@
|
||||||
<div class="shell">
|
<div class="shell">
|
||||||
<nav class="sidebar" aria-label="Main navigation">
|
<nav class="sidebar" aria-label="Main navigation">
|
||||||
<div class="sidebar-brand">
|
<div class="sidebar-brand">
|
||||||
<img src="img/dragon-logo.png?v=1" alt="Wild Dragon" class="sidebar-logo">
|
<img src="img/dragon-logo.png?v=1" alt="Dragonflight" class="sidebar-logo">
|
||||||
<span class="sidebar-brand-name">Z-AMPP</span>
|
<span class="sidebar-brand-name">Dragonflight</span>
|
||||||
</div>
|
</div>
|
||||||
<nav class="sidebar-nav">
|
<nav class="sidebar-nav">
|
||||||
<a href="home.html" class="nav-item">
|
<a href="home.html" class="nav-item">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue