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

35
wiki/themes/cyberpunk.css Normal file
View File

@@ -0,0 +1,35 @@
:root {
--bg-body: #0D0221;
--bg-sidebar: #190033;
--border-color: #FF007F;
--text-main: #E0E0E0;
--text-heading: #00FFFF;
--accent-green: #FF007F;
--accent-dim: rgba(255, 0, 127, 0.1);
--code-bg: #1A0033;
}
/* Override scrollbar and other elements to use neon pink */
::-webkit-scrollbar-thumb {
background: linear-gradient(180deg, #FF007F, var(--border-color)) !important;
}
.text-hack-green {
color: #FF007F !important;
}
.bg-hack-greenDim {
background-color: rgba(255, 0, 127, 0.1) !important;
}
.border-hack-green {
border-color: #FF007F !important;
}
.markdown-body a {
color: #00FFFF !important;
}
.markdown-body a:hover {
border-bottom-color: #00FFFF !important;
}