rebrand: Projects — Dragonflight, ember orange hue-32
This commit is contained in:
parent
efe005378a
commit
c31933a53c
1 changed files with 5 additions and 5 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>Projects — Z-AMPP</title>
|
<title>Projects — Dragonflight</title>
|
||||||
<link rel="stylesheet" href="css/common.css">
|
<link rel="stylesheet" href="css/common.css">
|
||||||
<style>
|
<style>
|
||||||
.proj-shell { display: flex; flex: 1; overflow: hidden; }
|
.proj-shell { display: flex; flex: 1; overflow: hidden; }
|
||||||
|
|
@ -61,7 +61,7 @@
|
||||||
.proj-row:hover { background: oklch(15% 0.020 250 / 0.5); }
|
.proj-row:hover { background: oklch(15% 0.020 250 / 0.5); }
|
||||||
.proj-row.active {
|
.proj-row.active {
|
||||||
background: oklch(18% 0.030 260 / 0.7);
|
background: oklch(18% 0.030 260 / 0.7);
|
||||||
border-color: oklch(45% 0.20 266 / 0.45);
|
border-color: oklch(45% 0.20 32 / 0.45);
|
||||||
}
|
}
|
||||||
.proj-row-name {
|
.proj-row-name {
|
||||||
font-size: 14px; font-weight: 500;
|
font-size: 14px; font-weight: 500;
|
||||||
|
|
@ -235,7 +235,7 @@
|
||||||
font: inherit; font-size: 14px;
|
font: inherit; font-size: 14px;
|
||||||
}
|
}
|
||||||
.modal input:focus, .modal textarea:focus {
|
.modal input:focus, .modal textarea:focus {
|
||||||
outline: none; border-color: oklch(45% 0.20 266 / 0.6);
|
outline: none; border-color: oklch(45% 0.20 32 / 0.6);
|
||||||
}
|
}
|
||||||
.modal-actions {
|
.modal-actions {
|
||||||
display: flex; gap: 8px; justify-content: flex-end;
|
display: flex; gap: 8px; justify-content: flex-end;
|
||||||
|
|
@ -248,8 +248,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