git bisect blog post

This commit is contained in:
Sveske_Juice 2024-03-09 18:29:30 +01:00
parent 3f47b79603
commit a46702de0a
9 changed files with 122 additions and 11 deletions

View file

@ -20,3 +20,13 @@ a, a:link a:visited {
color: var(--text1);
text-decoration: none;
}
code {
font-weight: 400;
font-size: 0.9rem;
line-height: 1.3;
letter-spacing: .32px;
border-radius: .25rem;
padding: 0 .5rem;
background-color: #333333;
}