Wiki update

This commit is contained in:
Fabien POLLY
2026-01-24 17:18:37 +01:00
parent e7168f6d1d
commit fc2a3f6972
31 changed files with 4135 additions and 279 deletions

View File

@@ -0,0 +1,28 @@
:root {
--bg-body: #050A15;
--bg-sidebar: #0A1225;
--border-color: #1E2D4A;
--text-main: #94A3B8;
--text-heading: #F8FAFC;
--accent-green: #38BDF8;
/* Electric Blue */
--accent-dim: rgba(56, 189, 248, 0.1);
--code-bg: #0F172A;
}
/* Override scrollbar and other elements to use blue */
::-webkit-scrollbar-thumb {
background: linear-gradient(180deg, #38BDF8, var(--border-color)) !important;
}
.text-hack-green {
color: #38BDF8 !important;
}
.bg-hack-greenDim {
background-color: rgba(56, 189, 248, 0.1) !important;
}
.border-hack-green {
border-color: #38BDF8 !important;
}