Add neofetches, and styles to match

This commit is contained in:
Firepup Sixfifty 2025-03-26 22:41:44 -05:00
parent ff5ff1080d
commit 8752656c63
No known key found for this signature in database
2 changed files with 151 additions and 0 deletions

View file

@ -105,3 +105,16 @@ a:has(button) {
outline: none !important;
transition: none !important;
}
pre {
background: #111111;
width: 100%;
max-width: 100%;
min-width: 100%;
}
code {
overflow-x: auto;
max-width: 100%;
display: block;
}