Add neofetches, and styles to match
This commit is contained in:
parent
ff5ff1080d
commit
8752656c63
2 changed files with 151 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue