mirror of
https://github.com/infinition/Bjorn.git
synced 2026-02-05 03:31:02 +00:00
fixes
This commit is contained in:
35
themes/cyberpunk.css
Normal file
35
themes/cyberpunk.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user